Property TruncatePrunedTree
- Namespace
- OpenCvSharp.ML
- Assembly
- OpenCvSharp.dll
TruncatePrunedTree
If true then pruned branches are physically removed from the tree. Otherwise they are retained and it is possible to get results from the original unpruned (or pruned less aggressively) tree. Default value is true.
public bool TruncatePrunedTree { get; set; }