Class InMemory.PredictionContainer
java.lang.Object
weka.classifiers.evaluation.output.prediction.InMemory.PredictionContainer
- Enclosing class:
- InMemory
Container for storing the predictions alongside the additional attributes.
-
Field Summary
Modifier and TypeFieldDescriptionthe associated attribute values (attribute-name - value).the instance.the prediction. -
Constructor Summary
-
Method Summary
-
Field Details
-
instance
the instance. -
prediction
the prediction. -
attributeValues
the associated attribute values (attribute-name - value).
-
-
Constructor Details
-
PredictionContainer
public PredictionContainer()
-
-
Method Details