procedure LearnIndex(const ClassIndex: integer; const NewDiscreteRecord: array of integer; const NewFloatRecord: array of double);
Learn a new record belonging to class with ClassIndex.
Result: stored in self (calling object)
Remarks:
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. </summary>