| Learn method |
Applies to
TClassifier
Declaration
procedure Learn(const ClassName: string; const NewDiscreteRecord: array of integer; const NewFloatRecord: array of double);

Description
Teach the classification class named ClassName with a new example defined with values of discrete attributes in NewDiscreteRecord and values of real valued attributes in NewFloatRecord.
|
|