Event type used by TClassifier.
TIndexNextRecord = procedure (var ClassIndex: integer; var DiscreteRecord: array of integer; var FloatRecord: array of double; var IsLast: boolean) of object;
Event used by TClassifier to obtain the next example from the database. ClassIndex holds the index 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.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|