Home
last modified time | relevance | path

Searched refs:get_support_vector (Results 1 – 2 of 2) sorted by relevance

/external/opencv/ml/include/
Dml.h517 virtual const float* get_support_vector(int i) const;
/external/opencv/ml/src/
Dmlsvm.cpp1195 const float* CvSVM::get_support_vector(int i) const in get_support_vector() function in CvSVM