Searched refs:catMap (Results 1 – 5 of 5) sorted by relevance
224 Mat catMap; in randomFillCategories() local230 root["cat_map"] >> catMap; in randomFillCategories()245 int value = catMap.at<int>(0, randomChosenIndex); in randomFillCategories()
126 catMap.clear(); in clear()146 data->getCatMap().copyTo(catMap); in startTraining()1379 const int* cmap = !catMap.empty() ? &catMap[0] : 0; in predictTrees()1580 if( !catMap.empty() ) in writeParams()1581 fs << "cat_map" << catMap; in writeParams()1751 readVectorOrMat(fn["cat_map"], catMap); in readParams()1774 if (curShift < catMap.size()) in readParams()1776 classLabels.insert(classLabels.end(), catMap.begin() + curShift, catMap.end()); in readParams()1777 catMap.erase(catMap.begin() + curShift, catMap.end()); in readParams()
205 Mat getCatMap() const { return catMap; } in getCatMap()223 catMap.release(); in clear()395 Mat(tempCatMap).copyTo(catMap); in setData()900 const int* cmap = &catMap.at<int>(ofs[0]); in getNormCatValues()968 Mat sampleWeights, catMap, catOfs; member in cv::ml::TrainDataImpl
353 vector<int> catMap; member in cv::ml::DTreesImpl