Download
Depending on your needs, you can either download jar packages of the latest release of JDMP, or check out the latest source code via SVN, if you want to stay on the edge…
Jar Packages
The easiest way to get started with JDMP is to download the jar package from SourceForge.
jdmp-complete: This package contains all components of JDMP, including the matrix library UJMP, visualization methods as well as interfaces to other machine learning tools such as Weka. If you are new to this library, you should invoke the main() method to get a glimpse on JDMP:
java -jar org.jdmp.gui.JDMP
SVN Source Code
The source code of JDMP is available via anonymous SVN from Sourceforge, and you can view the SVN repository in your web browser, if you like.
As you can see, there are many sub-projects in the repository, but probably you don’t need all of them.
You should check out jdmp-core and jdmp-gui first, the other projects are needed only, if you want to use other libraries together with JDMP.
E.g. if you want to use Weka, you would have to check out the jdmp-weka project.
If you use Maven for software development, you should also check out the jdmp project, which provides the parent pom files for all sub-projects. All projects provide a .project file for Eclipse, which makes it easy to download them into this IDE.
Here is the instruction set to get a basic version of JDMP:
svn co https://jdmp.svn.sourceforge.net/svnroot/jdmp/trunk/jdmp-core jdmp-core
svn co https://jdmp.svn.sourceforge.net/svnroot/jdmp/trunk/jdmp-gui jdmp-gui
If you use Maven, check out this project also:
svn co https://jdmp.svn.sourceforge.net/svnroot/jdmp/trunk/jdmp jdmp
This page gives an overview of the different sub-projects of JDMP.
Support the Java Data Mining Package
We would be very happy if you would support our project as a developer, tester, through a donation or by telling other people about it!
We are still seeking for developers to help us improve UJMP and JDMP. The most pressing things right now are documentation and JUnit test cases, but we also need programmers for calculations, import/export filters or improving the GUI.
Software costs money, but this library is free!
Donations are welcome and will be used to support future development and cover our web hosting expensed.