w

weka-stable

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.
http://www.cms.waikato.ac.nz/ml/weka/
GNU General Public License 2.0
University of Waikato, Hamilton, NZ
The WEKA Team
文件下载
文件名 操作
weka-stable-3.6.12.jar 下载
weka-stable-3.6.12.pom 下载
weka-stable-3.6.12-sources.jar 下载
Apache Maven
<dependency>
  <groupId>nz.ac.waikato.cms.weka</groupId>
  <artifactId>weka-stable</artifactId>
  <version>3.6.12</version>
</dependency>
Gradle Groovy
implementation 'nz.ac.waikato.cms.weka:weka-stable:3.6.12'
Gradle Kotlin
implementation("nz.ac.waikato.cms.weka:weka-stable:3.6.12")
Scala SBT
libraryDependencies += "nz.ac.waikato.cms.weka" % "weka-stable" % "3.6.12"
Groovy Grape
@Grapes(
  @Grab(group='nz.ac.waikato.cms.weka', module='weka-stable', version='3.6.12')
)
Apache Ivy
<dependency org="nz.ac.waikato.cms.weka" name="weka-stable" rev="3.6.12" />
Leiningen
[nz.ac.waikato.cms.weka/weka-stable "3.6.12"]
Apache Buildr
'nz.ac.waikato.cms.weka:weka-stable:jar:3.6.12'