Registry / utility / weka-stable

weka-stable

JSON →
library3.8.6javamavenunverified

The Waikato Environment for Knowledge Analysis (WEKA), a machine learning workbench with algorithms for data mining tasks.

<dependency> <groupId>nz.ac.waikato.cms.weka</groupId> <artifactId>weka-stable</artifactId> <version>3.8.6</version> </dependency>
INSTALL
IMPORT
SIG · WEKA-STABLE
W
weka-stable
utilityjavav3.8.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Classifier
weka.classifiers.Classifier

Train a J48 decision tree classifier on a dataset

import weka.classifiers.Classifier; import weka.core.Instances; Classifier classifier = new weka.classifiers.trees.J48(); classifier.buildClassifier(trainingData);
Debug
Known issues
gotchaWeka 3.8.x is stable but no longer receives major updates; consider Weka 3.9 for new features
fix
Use nz.ac.waikato.cms.weka:weka-dev for latest features
affects: >=3.8.0 <3.9.0
Upgrade
Version history
3.8.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
weka-stable — mvn dependency:get weka-stable · libregistry