не последняя версия
Последняя версия 1.9.6

net.sf.meka:meka 1.5.0

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.

Категории

Категории

Сеть
Группа

Группа

net.sf.meka
Идентификатор

Идентификатор

meka
Версия

Версия

1.5.0
Тип

Тип

jar

Скачать meka 1.5.0

Имя Файла Размер
meka-1.5.0.pom
meka-1.5.0.jar 308 KB
meka-1.5.0-sources.jar 220 KB
meka-1.5.0-javadoc.jar 583 KB
Обзор

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