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: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Mat GetVarImportance()
Public Function GetVarImportance As Mat
public:
Mat^ GetVarImportance()
member GetVarImportance : unit -> Mat
function GetVarImportance();
Return Value
Type:
Mat
See Also