Home | History | Annotate | Download | only in src

Lines Matching defs:do_train

1316 bool CvSVM::do_train( int svm_type, int sample_count, int var_count, const float** samples,
1321 CV_FUNCNAME( "CvSVM::do_train" );
1571 if( !do_train( svm_type, sample_count, var_count, samples, responses, temp_storage, alpha ))
1805 if( !do_train( svm_type, train_size, var_count,
1859 CV_CALL(ok = do_train( svm_type, sample_count, var_count, samples, responses, temp_storage, alpha ));