Searched refs:svm_type_str (Results 1 - 1 of 1) sorted by relevance

/external/opencv/ml/src/
H A Dmlsvm.cpp1981 const char* svm_type_str = local
1993 if( svm_type_str )
1994 cvWriteString( fs, "svm_type", svm_type_str );
2018 svm_type == CvSVM::NU_SVR || !svm_type_str )
2022 svm_type == CvSVM::NU_SVR || !svm_type_str )
2025 if( svm_type == CvSVM::EPS_SVR || !svm_type_str )
2133 const char* svm_type_str = cvReadString( tmp_node, "" ); local
2135 strcmp( svm_type_str, "C_SVC" ) == 0 ? CvSVM::C_SVC :
2136 strcmp( svm_type_str, "NU_SVC" ) == 0 ? CvSVM::NU_SVC :
2137 strcmp( svm_type_str, "ONE_CLAS
[all...]

Completed in 87 milliseconds