| PostPrune method |
Applies to
TClassifier
Declaration
function PostPrune(const b: array of TIndexRecord): double;
Description
Pruning disables some attributes, to improve classificaiton accuracy. Disabling some attributes attributes helps reducing noise in the response of the classes. The noise usually raises with the number of different attributes. All attributes are first enabled and the disabled one by one, to check, if this improves the classification accuracy. This process is called post-prunning.
|
|