| Prune method |
Applies to
TClassifier
Declaration
function Prune: double;
Description
Performs pre-pruning and post-pruning and enables only those attributes giving best classification accuracy towards the test dataset. The method calls the ClassifyTest method, if internalPrunging is True. Otherwise, the classification results must be returned via the OnClassifyTest event.
|
|