You are here: Symbol Reference > Classifier Namespace > Classes > TClassifier Class > TClassifier Methods > TClassifier.PostPrune Method
Data Miner
ContentsIndex
PreviousUpNext
TClassifier.PostPrune Method

Pruning disables some attributes, to improve classification accuracy.

Pascal
function PostPrune(const b: array of TIndexRecord): double;

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.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!