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

/external/opencv3/modules/ml/test/
H A Dtest_gbttest.cpp163 float current_error = gtb->calc_error(data, CV_TEST_ERROR);
187 gtb->calc_error(data, CV_TEST_ERROR, &test_resps1);
189 gtb->calc_error(data, CV_TEST_ERROR, &test_resps2);
H A Dtest_precomp.hpp28 enum { CV_TRAIN_ERROR=0, CV_TEST_ERROR=1 }; enumerator in enum:__anon16082
H A Dtest_mltests2.cpp136 Mat sample_idx = (type == CV_TEST_ERROR) ? _data->getTestSampleIdx() : _data->getTrainSampleIdx();
452 int type = CV_TEST_ERROR;
/external/opencv3/apps/traincascade/
H A Dold_ml.hpp134 #define CV_TEST_ERROR 1 macro
782 // type in {CV_TRAIN_ERROR, CV_TEST_ERROR}
948 virtual float calc_error( CvMLData* data, int type , std::vector<float>* resp = 0 ); // type in {CV_TRAIN_ERROR, CV_TEST_ERROR}
1157 virtual float calc_error( CvMLData* _data, int type , std::vector<float> *resp = 0 ); // type in {CV_TRAIN_ERROR, CV_TEST_ERROR}
1537 // test (CV_TEST_ERROR).
H A Dold_ml_boost.cpp1836 const CvMat* sample_idx = (type == CV_TEST_ERROR) ? _data->get_test_sample_idx() : _data->get_train_sample_idx();
H A Dold_ml_tree.cpp3323 const CvMat* sample_idx = (type == CV_TEST_ERROR) ? _data->get_test_sample_idx() : _data->get_train_sample_idx();

Completed in 213 milliseconds