public static class InMemory.PredictionContainer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
attributeValues
the associated attribute values (attribute-name - value).
|
Instance |
instance
the instance.
|
Prediction |
prediction
the prediction.
|
Constructor and Description |
---|
PredictionContainer() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string representation of the container.
|
public Instance instance
public Prediction prediction
public java.util.Map<java.lang.String,java.lang.Object> attributeValues