Skip to content

Simple example to illustrate basic usage of okde-java library

Notifications You must be signed in to change notification settings

joluet/okde-java-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple example to illustrate basic usage of okde-java library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages