MVN

net.sf.meka : meka

Maven & Gradle

Oct 16, 2022
9 usages
193 stars

meka · 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.

<dependency>
    <groupId>net.sf.meka</groupId>
    <artifactId>meka</artifactId>
    <version>1.9.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.meka : meka to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.7

All Versions

Choose a version of net.sf.meka : meka to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
meka-1.9.7
meka-1.9.6
meka-1.9.5
meka-1.9.4
meka-1.9.3
meka-1.9.2
meka-1.9.1
meka-1.9.0
1.7.x
meka-1.7.7
meka-1.7.6
meka-1.7.5
meka-1.7.3
1.6.x
meka-1.6.2
meka-1.6.0
1.5.x
meka-1.5.0

How to add a dependency to Maven

Add the following net.sf.meka : meka maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.meka</groupId>
    <artifactId>meka</artifactId>
    <version>1.9.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.meka : meka gradle dependency to your build.gradle file:

implementation 'net.sf.meka:meka:1.9.7'

Gradle Kotlin DSL: Add the following net.sf.meka : meka gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.meka:meka:1.9.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.meka : meka sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.meka" % "meka" % "1.9.7"

Advertisement

Dependencies from Group

Oct 16, 2022
9 usages
193 stars

Discover Dependencies

Dec 09, 2016
2 usages
0 stars
Mar 03, 2017
3 usages
0 stars
Dec 15, 2022
7 usages
154 stars
Sep 08, 2021
3 usages
3.2k stars
Oct 01, 2021
22 usages
3.2k stars
Jul 21, 2018
6 usages
2.9k stars
Apr 08, 2019
4 usages
10 stars
Nov 17, 2022
1 usages
14 stars