Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 844 Bytes

readme.md

File metadata and controls

28 lines (18 loc) · 844 Bytes

oKDE-Java-Example

This example project illustrates the basic usage of the okde-java library.


Build Instructions

Just execute ant in project root to compile the project:

$ ant

Afterwards, the packed jar file can be found in the dist-folder.

To execute the example use the following command:

$ java -jar dist/okde-java-example.jar

External Libraries Used

The following libraries are used in oKDE-Java:

  • EJML, a linear algebra library for manipulating dense matrices
  • JMathPlot, a library to draw math plots
  • okde-java, a java implementation of online kernel density estimation