Packages
This is an overview of the Maven sub-packages of JDMP. They can be found in the SVN repository at Sourceforge. If you only need basic functionalities, jdmp-core should be enough. For visualization of Variables or DataSets the package jdmp-gui is needed. Depending on your requirements you can add additional modules to your JDMP installation.
| Package | Description | Dependencies |
|---|---|---|
jdmp |
Parent of all subpackages, needed for easier Maven pom files. | none |
jdmp-complete |
Collection of all available packages in JDMP. | all |
jdmp-core |
Basic functionality for JDMP including Variables, Samples, DataSets, Algorithms and Modules. | ujmp-core |
jdmp-gui |
Visualization modules for JDMP. | ujmp-coreujmp-guijdmp-core |
jdmp-bsh |
Java bean shell script language | ujmp-corejdmp-corebsh |
jdmp-ehcache |
memory and disk caching using EhCache | ujmp-corejdmp-coreehcachecommons-loggingbackport-util-concurrent |
jdmp-jetty |
Jetty web server for creating web applications | ujmp-corejdmp-corejettyjetty-utilservlet-api |
jdmp-jgroups |
interface to JGroups for sharing objects in a network of computers | ujmp-corejdmp-corejettyjetty-utilservlet-api |
jdmp-liblinear |
classification using linear support vector machine | ujmp-corejdmp-coreliblinearnetlib-java |
jdmp-libsvm |
classification using support vector machine (SVM) with different kernels | ujmp-corejdmp-corelibsvm |
jdmp-lucene |
interface to Apache Lucene for indexing objects | ujmp-coreujmp-lucenejdmp-corelucene-core |
jdmp-mallet |
interface to MALLET’s algorithms | ujmp-corejdmp-coremalletmallet-deps |
jdmp-stanfordpos |
part-of-speech tagging using Stanford’s parser | ujmp-corejdmp-corestanford-postagger |
jdmp-weka |
interface to Weka’s algorithms for classification and clustering | ujmp-corejdmp-coreweka |