| AttributeQuality method |
Applies to
TLinearClassifier
Declaration
procedure AttributeQuality(var b: array of TIndexRecord);
Description
Returns an array of attribute indexes sorted by quality. Quality of the attribute is determined by it's ability to separate between classes on it's own. This method does not require classify tests to be run. The quality of the attribute is estimated from the statistics estimated during the learn phase.
|
|