Emgu CV Library Documentation
truncatePrunedTree Field
NamespacesEmgu.CV.ML.StructureMCvDTreeParamstruncatePrunedTree

www.emgu.com/wiki
If true, the cut off nodes (with Tn<=CvDTree::pruned_tree_idx) are physically removed from the tree. Otherwise they are kept, and by decreasing CvDTree::pruned_tree_idx (e.g. setting it to -1) it is still possible to get the results from the original un-pruned (or pruned less aggressively) tree.
Declaration Syntax
C#Visual BasicVisual C++
public bool truncatePrunedTree
Public truncatePrunedTree As Boolean
public:
bool truncatePrunedTree

Assembly: Emgu.CV.ML (Module: Emgu.CV.ML) Version: 1.0.0.0 (1.0.0.0)