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-core
ujmp-gui
jdmp-core
jdmp-bsh Java bean shell script language ujmp-core
jdmp-core
bsh
jdmp-ehcache memory and disk caching using EhCache ujmp-core
jdmp-core
ehcache
commons-logging
backport-util-concurrent
jdmp-jetty Jetty web server for creating web applications ujmp-core
jdmp-core
jetty
jetty-util
servlet-api
jdmp-jgroups interface to JGroups for sharing objects in a network of computers ujmp-core
jdmp-core
jetty
jetty-util
servlet-api
jdmp-liblinear classification using linear support vector machine ujmp-core
jdmp-core
liblinear
netlib-java
jdmp-libsvm classification using support vector machine (SVM) with different kernels ujmp-core
jdmp-core
libsvm
jdmp-lucene interface to Apache Lucene for indexing objects ujmp-core
ujmp-lucene
jdmp-core
lucene-core
jdmp-mallet interface to MALLET’s algorithms ujmp-core
jdmp-core
mallet
mallet-deps
jdmp-stanfordpos part-of-speech tagging using Stanford’s parser ujmp-core
jdmp-core
stanford-postagger
jdmp-weka interface to Weka’s algorithms for classification and clustering ujmp-core
jdmp-core
weka

Comments are closed.