public interface Prediction
Modifier and Type | Field and Description |
---|---|
static double |
MISSING_VALUE
Constant representing a missing value.
|
Modifier and Type | Method and Description |
---|---|
double |
actual()
Gets the actual class value.
|
double |
predicted()
Gets the predicted class value.
|
double |
weight()
Gets the weight assigned to this prediction.
|
static final double MISSING_VALUE
double weight()
double actual()
double predicted()