Home
last modified time | relevance | path

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

/external/opencv3/modules/ml/src/
Dsvm.cpp1351 int getSVCount(int i) const in getSVCount() function in cv::ml::SVMImpl
1554 if( getSVCount(i) != 1 ) in optimize_linear_svm()
1573 int j, k, sv_count = getSVCount(i); in optimize_linear_svm()
1881 int sv_count = svm->getSVCount(dfi); in operator ()()
1944 int count = getSVCount(i); in getDecisionFunction()
2063 int sv_count = getSVCount(i); in write()