TLinearClassifier.AttributeQuality Method

procedure AttributeQuality(var b: array of TIndexRecord);

Returns an array of attribute indexes sorted by quality.

Result: stored in self (calling object)

Remarks:

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.