Download moa-2016.04.jar file - Jar m

Jar examples for m:moa

Description

Massive On-line Analysis is an environment for massive data mining. MOA provides a framework for data stream mining and includes tools for evaluation and a collection of machine learning algorithms. Related to the WEKA project, also written in Java, while scaling to more demanding problems.

You can download jar file moa 2016.04 in this page.

License

GNU General Public License 3.0

Build File

You can use the following script to add moa-2016.04.jar to your project.

<dependency>
   <groupId>nz.ac.waikato.cms.moa</groupId>
   <artifactId>moa</artifactId>
   <version>2016.04</version>
</dependency>
compile group: 'nz.ac.waikato.cms.moa', name: 'moa', version: '2016.04'
libraryDependencies += "nz.ac.waikato.cms.moa" % "moa" % "2016.04"
<dependency org="nz.ac.waikato.cms.moa" name="moa" rev="2016.04"/>
@Grapes(@Grab(group='nz.ac.waikato.cms.moa', module='moa', version='2016.04'))
'nz.ac.waikato.cms.moa:moa:jar:2016.04'

Download

Click the following link to download the jar file.

moa-2016.04-javadoc.jar
moa-2016.04-sources.jar
moa-2016.04-test-sources.jar
moa-2016.04-tests.jar
moa-2016.04.jar
moa-2016.04.pom



Related Tutorials