OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:svm_type
(Results
1 - 2
of
2
) sorted by null
/external/opencv/ml/src/
mlsvm.cpp
170
svm_type
(CvSVM::C_SVC), kernel_type(CvSVM::RBF), degree(0),
181
svm_type
(_svm_type), kernel_type(_kernel_type),
403
int i,
svm_type
;
local
432
svm_type
= kernel->params->
svm_type
;
436
select_working_set_func =
svm_type
== CvSVM::NU_SVC ||
svm_type
== CvSVM::NU_SVR ?
441
calc_rho_func =
svm_type
== CvSVM::NU_SVC ||
svm_type
== CvSVM::NU_SVR ?
446
get_row_func = params->
svm_type
== CvSVM::EPS_SVR |
1209
int kernel_type,
svm_type
;
local
1293
int
svm_type
= params.
svm_type
;
local
1537
int
svm_type
, sample_count, var_count, sample_size;
local
1605
int
svm_type
, sample_count, var_count, sample_size;
local
1978
int
svm_type
= params.
svm_type
;
local
2121
int
svm_type
, kernel_type;
local
[
all
...]
/external/opencv/ml/include/
ml.h
327
int
svm_type
;
member in struct:CvSVMParams
533
virtual bool do_train( int
svm_type
, int sample_count, int var_count, const float** samples,
[
all
...]
Completed in 140 milliseconds