| LearnIndex method |
Applies to
TClassifier
Declaration
procedure LearnIndex(const ClassIndex: integer; const NewDiscreteRecord: array of integer; const NewFloatRecord: array of double);

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