TLClassesListItem.Learn Method

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

Learn a new record containing both discrete and real attributes.

Result: stored in self (calling object)

Remarks:

Learn the values of discrete attributes of the new example from the NewDiscreterRecod and learn the values of continuous (real valued) attributes of the new example from the NewFloatRecord. Although the real valued and discrete attributes belong to the same example (same recoord), they are processed separately. The position (index) within the arrays of specific attributes may not change between consecutive calls to Learn method.