Home
last modified time | relevance | path

Searched refs:varTypes (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/ml/test/
Dtest_save_load.cpp226 std::vector<uchar> varTypes; in randomFillCategories() local
232 root["var_type"] >> varTypes; in randomFillCategories()
236 uint var = 0, varCount = (uint)varTypes.size(); in randomFillCategories()
239 if (varTypes[var] == ml::VAR_CATEGORICAL) in randomFillCategories()
Dtest_mltests2.cpp295 String varTypes = (String)dataParamsNode["types"]; in prepare_test_case() local
297 data = TrainData::loadFromCSV(filename, 0, respIdx, respIdx+1, varTypes); in prepare_test_case()