is not current version
Last Version 1.9.6

net.sf.meka:meka 1.9.2

The MEKA project provides an open source implementation of methods for multi-label classification and evaluation. It is based on the WEKA Machine Learning Toolkit. Several benchmark methods are also included, as well as the pruned sets and classifier chains methods, other methods from the scientific literature, and a wrapper to the MULAN framework.

Categories

Categories

Net
GroupId

GroupId

net.sf.meka
ArtifactId

ArtifactId

meka
Version

Version

1.9.2
Type

Type

jar

Download meka 1.9.2


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