Example usage for Java weka.classifiers.rules JRip fields, constructors, methods, implement or subclass
The text is from its open source code.
void | buildClassifier(Instances instances) Builds Ripper in the order of class frequencies. |
double[] | distributionForInstance(Instance datum) Classify the test instance with the rule learner and provide the class distributions |