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

/external/opencv/ml/src/
H A Dmlrtrees.cpp71 CV_CALL(result = do_train(_subsample_idx));
H A Dmlsvm.cpp1316 bool CvSVM::do_train( int svm_type, int sample_count, int var_count, const float** samples, function in class:CvSVM
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 ));
H A Dmltree.cpp1281 CV_CALL( result = do_train(0));
1300 CV_CALL( result = do_train(_subsample_idx));
1308 bool CvDTree::do_train( const CvMat* _subsample_idx ) function in class:CvDTree
1312 CV_FUNCNAME( "CvDTree::do_train" );
H A Dmlboost.cpp111 return do_train( _subsample_idx );
/external/opencv/ml/include/
H A Dml.h533 virtual bool do_train( int svm_type, int sample_count, int var_count, const float** samples,
864 virtual bool do_train( const CvMat* _subsample_idx );

Completed in 147 milliseconds