public abstract class Classifier
extends java.lang.Object
Constructor and Description |
---|
Classifier() |
Modifier and Type | Method and Description |
---|---|
double |
evaluate(DataSet tr,
DataSet t)
Reports accuracy of predicting outputs on a
testing dataset after having access to a training
dataset
|