shared
Class CatOneTestResult

java.lang.Object
  |
  +--shared.CatOneTestResult

public class CatOneTestResult
extends java.lang.Object

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

instance

public Instance instance
The instance whose information is stored in this object.

augCat

public AugCategory augCat
The information on the category of the instance associated with this object.

correctCat

public int correctCat
The correct category for the instance.

predDist

public CatDist predDist
The predicted classification distribution.

correctDist

public CatDist correctDist
The correct classification distribution.

inTrainIL

public boolean inTrainIL
Indicator for whether this instance is part of a training instance list.
Constructor Detail

CatOneTestResult

public CatOneTestResult()
Constructor.