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

Description
Determine the most probable class to which the example with values of discrete attributes in DiscreteRecord and values of real valued attributes in FloatRecord belongs to.
|
|