Click or drag to resize

DTreesTruncatePrunedTree Property

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.

Namespace:  OpenCvSharp.ML
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public bool TruncatePrunedTree { get; set; }

Property Value

Type: Boolean
See Also