OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:select_working_set_func
(Results
1 - 2
of
2
) sorted by null
/external/opencv/ml/src/
mlsvm.cpp
364
select_working_set_func
= 0;
434
select_working_set_func
= _select_working_set;
435
if( !
select_working_set_func
)
436
select_working_set_func
= svm_type == CvSVM::NU_SVC || svm_type == CvSVM::NU_SVR ?
640
if( (this->*
select_working_set_func
)( i, j ) != 0 || iter++ >= max_iter )
[
all
...]
/external/opencv/ml/include/
ml.h
457
SelectWorkingSet
select_working_set_func
;
member in class:CvSVMSolver
[
all
...]
Completed in 292 milliseconds