Example usage for Java weka.classifiers Classifier fields, constructors, methods, implement or subclass
The text is from its open source code.
void | buildClassifier(Instances data) Generates a classifier. |
double | classifyInstance(Instance instance) Classifies the given test instance. |
double[] | distributionForInstance(Instance instance) Predicts the class memberships for a given instance. |
Capabilities | getCapabilities() Returns the Capabilities of this classifier. |