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: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic bool TruncatePrunedTree { get; set; }
Public Property TruncatePrunedTree As Boolean
Get
Set
public:
property bool TruncatePrunedTree {
bool get ();
void set (bool value);
}
member TruncatePrunedTree : bool with get, set
function get_TruncatePrunedTree();
function set_TruncatePrunedTree(value);
Property Value
Type:
Boolean
See Also