CvRTParamsCalcVarImportance Property OpenCvSharp Class Library
If it is set, then variable importance is computed by the training procedure. To retrieve the computed variable importance array, call the method CvRTrees::get_var_importance().

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public bool CalcVarImportance { get; set; }

Property Value

Type: Boolean
See Also

Reference