Searched defs:svm_type (Results 1 - 2 of 2) sorted by relevance

/external/opencv/ml/src/
H A Dmlsvm.cpp170 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
1209 int kernel_type, svm_type; local
1293 int svm_type = params.svm_type; local
1316 do_train( int svm_type, int sample_count, int var_count, const float** samples, const CvMat* responses, CvMemStorage* temp_storage, double* alpha ) argument
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/
H A Dml.h327 int svm_type; member in struct:CvSVMParams
533 virtual bool do_train( int svm_type, int sample_count, int var_count, const float** samples,

Completed in 362 milliseconds