Download meka-1.9.1.jar file - Jar m

Jar examples for m:meka

Description

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.

You can download jar file meka 1.9.1 in this page.

License

GNU General Public License 3

Build File

You can use the following script to add meka-1.9.1.jar to your project.

<dependency>
   <groupId>net.sf.meka</groupId>
   <artifactId>meka</artifactId>
   <version>1.9.1</version>
</dependency>
compile group: 'net.sf.meka', name: 'meka', version: '1.9.1'
libraryDependencies += "net.sf.meka" % "meka" % "1.9.1"
<dependency org="net.sf.meka" name="meka" rev="1.9.1"/>
@Grapes(@Grab(group='net.sf.meka', module='meka', version='1.9.1'))
'net.sf.meka:meka:jar:1.9.1'

Download

Click the following link to download the jar file.

meka-1.9.1-examples-sources.jar
meka-1.9.1-examples.jar
meka-1.9.1-javadoc.jar
meka-1.9.1-sources.jar
meka-1.9.1.jar
meka-1.9.1.pom



Related Tutorials