OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_regression
(Results
1 - 2
of
2
) sorted by null
/external/opencv/ml/src/
mlknearest.cpp
88
bool CvKNearest::
is_regression
() const { return regression; }
function in class:CvKNearest
mlsvm.cpp
1728
const bool
is_regression
= (svm_type == EPS_SVR) || (svm_type == NU_SVR);
local
[
all
...]
Completed in 29 milliseconds