w

weka-stable

The Waikato Environment for Knowledge Analysis (WEKA), a machine learning workbench. This is the stable version. Apart from bugfixes, this version does not receive any other updates.
http://www.cms.waikato.ac.nz/ml/weka/
GNU General Public License 3
University of Waikato, Hamilton, NZ
The WEKA Team
Files download
File Operation
weka-stable-3.8.0.jar download
weka-stable-3.8.0.pom download
weka-stable-3.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>nz.ac.waikato.cms.weka</groupId>
  <artifactId>weka-stable</artifactId>
  <version>3.8.0</version>
</dependency>
Gradle Groovy
implementation 'nz.ac.waikato.cms.weka:weka-stable:3.8.0'
Gradle Kotlin
implementation("nz.ac.waikato.cms.weka:weka-stable:3.8.0")
Scala SBT
libraryDependencies += "nz.ac.waikato.cms.weka" % "weka-stable" % "3.8.0"
Groovy Grape
@Grapes(
  @Grab(group='nz.ac.waikato.cms.weka', module='weka-stable', version='3.8.0')
)
Apache Ivy
<dependency org="nz.ac.waikato.cms.weka" name="weka-stable" rev="3.8.0" />
Leiningen
[nz.ac.waikato.cms.weka/weka-stable "3.8.0"]
Apache Buildr
'nz.ac.waikato.cms.weka:weka-stable:jar:3.8.0'