Example usage for Java weka.classifiers.evaluation EvaluationUtils fields, constructors, methods, implement or subclass
The text is from its open source code.
ArrayList | getCVPredictions(Classifier classifier, Instances data, int numFolds) Generate a bunch of predictions ready for processing, by performing a cross-validation on the supplied dataset. |
ArrayList | getTestPredictions(Classifier classifier, Instances test) Generate a bunch of predictions ready for processing, by performing a evaluation on a test set assuming the classifier is already trained. |