| Classify method |
Applies to
TClassesListItem
Declaration
function Classify(const DiscreteRecord: array of integer; const FloatRecord: array of double): double;

Description
Classify (compute the response) of the classification class (Self) for the continuous (real valued) and discrete attributes of the new example FloatSource containes the values of the discrete attributes and DiscreteSource containes the values of the discrete attributes.
|
|