is not current version
Last Version 0.2.7

ai.libs:mlplan-weka 0.2.1

This project provides an implementation of the AutoML tool ML-Plan for Single-Label Classification using WEKA as a backend.

GroupId

GroupId

ai.libs
ArtifactId

ArtifactId

mlplan-weka
Version

Version

0.2.1
Type

Type

jar

Download mlplan-weka 0.2.1


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