OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_test_error
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/ml/test/
test_precomp.hpp
56
float
get_test_error
( int testCaseIdx, std::vector<float> *resp = 0 );
test_save_load.cpp
66
get_test_error
( testCaseIdx, &test_resps1 );
70
get_test_error
( testCaseIdx, &test_resps2 );
test_mltests.cpp
105
float curErr =
get_test_error
( testCaseIdx );
test_mltests2.cpp
450
float CV_MLBaseTest::
get_test_error
( int /*testCaseIdx*/, vector<float> *resp )
function in class:CV_MLBaseTest
Completed in 59 milliseconds