Last Version

Java Data Mining Package 0.3.0

The Java Data Mining Package is a library for data mining and machine learning.

License

License

GroupId

GroupId

org.jdmp
ArtifactId

ArtifactId

jdmp
Version

Version

0.3.0
Type

Type

jar
Description

Description

Java Data Mining Package
The Java Data Mining Package is a library for data mining and machine learning.
Project URL

Project URL

https://jdmp.org/
Project Organization

Project Organization

Java Data Mining Package
Source Code Management

Source Code Management

https://github.com/jdmp/java-data-mining-package

Download jdmp 0.3.0

Filename Size
jdmp-0.3.0.pom 14 KB
jdmp-0.3.0-tests.jar 4 KB
Browse

<!-- https://jarcasting.com/artifacts/org.jdmp/jdmp/ -->
<dependency>
    <groupId>org.jdmp</groupId>
    <artifactId>jdmp</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jdmp/jdmp/
implementation 'org.jdmp:jdmp:0.3.0'
// https://jarcasting.com/artifacts/org.jdmp/jdmp/
implementation ("org.jdmp:jdmp:0.3.0")
'org.jdmp:jdmp:jar:0.3.0'
<dependency org="org.jdmp" name="jdmp" rev="0.3.0">
  <artifact name="jdmp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jdmp', module='jdmp', version='0.3.0')
)
libraryDependencies += "org.jdmp" % "jdmp" % "0.3.0"
[org.jdmp/jdmp "0.3.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • ../jdmp-bsh
  • ../jdmp-complete
  • ../jdmp-core
  • ../jdmp-corenlp
  • ../jdmp-examples
  • ../jdmp-gui
  • ../jdmp-jetty
  • ../jdmp-liblinear
  • ../jdmp-libsvm
  • ../jdmp-lucene
  • ../jdmp-mallet
  • ../jdmp-weka