| ClassifyDiscrete method |
Applies to
TClassesListItem
Declaration
function ClassifyDiscrete(const DiscreteSource: array of Integer; var dCount: double): double;

Description
Classify (compute the response) of the classification class (Self) for the discrete attributes of the new example. DiscreteSource containes the values of the discrete attributes and dCount is the Length of the DiscreteSource array.
|
|