Java weka.classifiers.evaluation EvaluationUtils fields, constructors, methods, implement or subclass

Example usage for Java weka.classifiers.evaluation EvaluationUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for weka.classifiers.evaluation EvaluationUtils.

The text is from its open source code.

Constructor

Method

ArrayListgetCVPredictions(Classifier classifier, Instances data, int numFolds)
Generate a bunch of predictions ready for processing, by performing a cross-validation on the supplied dataset.
ArrayListgetTestPredictions(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.