|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Prediction
Encapsulates a single evaluatable prediction: the predicted value plus the actual class value.
| Field Summary | |
|---|---|
static double |
MISSING_VALUE
Constant representing a missing value. |
| Method Summary | |
|---|---|
double |
actual()
Gets the actual class value. |
double |
predicted()
Gets the predicted class value. |
double |
weight()
Gets the weight assigned to this prediction. |
| Field Detail |
|---|
static final double MISSING_VALUE
| Method Detail |
|---|
double weight()
double actual()
double predicted()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||