Click or drag to resize

RTreesGetVarImportance Method

Returns the variable importance array. The method returns the variable importance vector, computed at the training stage when CalculateVarImportance is set to true. If this flag was set to false, the empty matrix is returned.

Namespace:  OpenCvSharp.ML
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Mat GetVarImportance()

Return Value

Type: Mat

[Missing <returns> documentation for "M:OpenCvSharp.ML.RTrees.GetVarImportance"]

See Also