|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--shared.CatOneTestResult
This object contains the result information on one instance passed through an inducer.
| Field Summary | |
AugCategory |
augCat
The information on the category of the instance associated with this object. |
int |
correctCat
The correct category for the instance. |
CatDist |
correctDist
The correct classification distribution. |
Instance |
instance
The instance whose information is stored in this object. |
boolean |
inTrainIL
Indicator for whether this instance is part of a training instance list. |
CatDist |
predDist
The predicted classification distribution. |
| Constructor Summary | |
CatOneTestResult()
Constructor. |
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public Instance instance
public AugCategory augCat
public int correctCat
public CatDist predDist
public CatDist correctDist
public boolean inTrainIL
| Constructor Detail |
public CatOneTestResult()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||