is not current version
Last Version 0.2.7

ai.libs:jaicore-ml-weka 0.2.6

This project provides utils to deal with machine learning tasks. Especially it gives support to work with standard ML libraries in Java.

GroupId

GroupId

ai.libs
ArtifactId

ArtifactId

jaicore-ml-weka
Version

Version

0.2.6
Type

Type

jar

Download jaicore-ml-weka 0.2.6


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