Event type used by TClassifier.
TNameNextRecord = procedure (var ClassName: string; 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. 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.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|