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:  Emgu.CV.ML.Structure
Assembly:  Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public bool calcVarImportance
Visual Basic (Declaration)
Public calcVarImportance As Boolean
Visual C++
public:
bool calcVarImportance

See Also