| TNameNextRecord Type |
Unit
Classifier
Declaration
TNameNextRecord = procedure (var ClassName: string; var DiscreteRecord: array of integer; var FloatRecord: array of double; var IsLast: boolean) of object;
Description
Event used by TClassifier to obtain the next example from the database. ClassName holds the Name of the class within the list maintained by TClassesList object, DiscreteRecord holds the values of discrete attributes and FloatRecord holds the values of the real valued attributes. IsLast is True, if this is the last record.
|
|