TClassesListItem.Classify Method

function Classify(const DiscreteRecord: array of integer; const FloatRecord: array of double): double;

Classify record with mixed real and discrete attributes.

Returns: double

Remarks:

Compute the response of the classification class (Self) for the continuous (real valued) and discrete attributes of the new example FloatSource contains the values of the discrete attributes and DiscreteSource contains the values of the discrete attributes.