Download weka-stable-3.6.12.jar file - Jar w

Jar examples for w:weka-stable

Description

The Waikato Environment for Knowledge Analysis (WEKA), a machine learning workbench. This version is tied to the 3rd edition the "Data Mining: Practical Machine Learning Tools and Techniques" book by Ian H. Witten, Eibe Frank, Mark A. Hall. Apart from bugfixes, this version does not receive any other updates.

You can download jar file weka-stable 3.6.12 in this page.

License

GNU General Public License 2.0

Build File

You can use the following script to add weka-stable-3.6.12.jar to your project.

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

Download

Click the following link to download the jar file.

weka-stable-3.6.12-javadoc.jar
weka-stable-3.6.12-sources.jar
weka-stable-3.6.12-test-sources.jar
weka-stable-3.6.12-tests.jar
weka-stable-3.6.12.jar
weka-stable-3.6.12.pom



Related Tutorials