Example usage for Java weka.classifiers.evaluation NominalPrediction fields, constructors, methods, implement or subclass
The text is from its open source code.
NominalPrediction(double actual, double[] distribution, double weight) Creates the NominalPrediction object. | |
NominalPrediction(double actual, double[] distribution) Creates the NominalPrediction object with a default weight of 1.0. |
double | actual() Gets the actual class value. |
double | predicted() Gets the predicted class value. |