PrePrune method

Applies to
TClassifier

Declaration
function PrePrune(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 disabled and then enabled one by one, to check, if this improves the classification accuracy. This process is called pre-prunning. The method calls the ClassifyTest method, if internalPruning is True. Otherwise, the classification results must be returned via the OnClassifyTest event.


Help for MtxVec v2.1. (c) 2006 Dew Research.
http://www.dewresearch.com