Home
last modified time | relevance | path

Searched defs:getVarImportance (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/ml/src/
H A Drtrees.cpp499 Mat getVarImportance() const CV_OVERRIDE { return Mat_<float>(impl.varImportance, true); } in getVarImportance() function in cv::ml::CV_FINAL
/dports/graphics/opencv/opencv-4.5.3/apps/traincascade/
H A Dold_ml_tree.cpp4143 Mat CvDTree::getVarImportance() in getVarImportance() function in CvDTree