Click or drag to resize

RTreesCalculateVarImportance Property

If true then variable importance will be calculated and then it can be retrieved by RTrees::getVarImportance. Default value is false.

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

Property Value

Type: Boolean
See Also