Method GetVarImportance
- Namespace
- OpenCvSharp.ML
- Assembly
- OpenCvSharp.dll
GetVarImportance()
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.
public Mat GetVarImportance()