Download mulan-1.4.0.jar file - Jar m

Jar examples for m:mulan

Description

Mulan is an open-source Java library for learning from multi-label datasets.

You can download jar file mulan 1.4.0 in this page.

License

GNU General Public License 3

Build File

You can use the following script to add mulan-1.4.0.jar to your project.

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

Download

Click the following link to download the jar file.

mulan-1.4.0-javadoc.jar
mulan-1.4.0-sources.jar
mulan-1.4.0.jar
mulan-1.4.0.pom



Related Tutorials