| Learn method |
Applies to
TClassesListItem
Declaration
procedure Learn(const NewDiscreteRecord: array of integer; const NewFloatRecord: array of double);
Description
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.
|
|