OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_row_func
(Results
1 - 2
of
2
) sorted by null
/external/opencv/ml/src/
mlsvm.cpp
369
get_row_func
= 0;
444
get_row_func
= _get_row;
445
if( !
get_row_func
)
446
get_row_func
= params->svm_type == CvSVM::EPS_SVR ||
571
return (this->*
get_row_func
)( i, row, dst, existed );
[
all
...]
/external/opencv/ml/include/
ml.h
459
GetRow
get_row_func
;
member in class:CvSVMSolver
[
all
...]
Completed in 258 milliseconds