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