Package | Description |
---|---|
weka.classifiers.evaluation |
Modifier and Type | Class and Description |
---|---|
class |
NominalPrediction
Encapsulates an evaluatable nominal prediction: the predicted probability
distribution plus the actual class value.
|
class |
NumericPrediction
Encapsulates an evaluatable numeric prediction: the predicted class value
plus the actual class value.
|
Modifier and Type | Method and Description |
---|---|
Prediction |
EvaluationUtils.getPrediction(Classifier classifier,
Instance test)
Generate a single prediction for a test instance given the pre-trained
classifier.
|
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.