Jar examples for m: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.
You can download jar file meka 1.9.0 in this page.
GNU General Public License 3
You can use the following script to add meka-1.9.0.jar to your project.
<dependency> <groupId>net.sf.meka</groupId> <artifactId>meka</artifactId> <version>1.9.0</version> </dependency>
compile group: 'net.sf.meka', name: 'meka', version: '1.9.0'
libraryDependencies += "net.sf.meka" % "meka" % "1.9.0"
<dependency org="net.sf.meka" name="meka" rev="1.9.0"/>
@Grapes(@Grab(group='net.sf.meka', module='meka', version='1.9.0'))
'net.sf.meka:meka:jar:1.9.0'
Click the following link to download the jar file.
meka-1.9.0-javadoc.jar