TClassifier.Learn Method

procedure Learn(const LClassName: string; const NewDiscreteRecord: array of integer; const NewFloatRecord: array of double);

Learn a new record belonging to class with ClassName.

Result: stored in self (calling object)

Remarks:

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.