Home
last modified time | relevance | path

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

/external/opencv3/modules/ml/src/
Dsvm.cpp1687 vector<int> temp_class_labels; in trainAuto() local
1688 setRangeVector(temp_class_labels, class_count); in trainAuto()
1691 Mat(temp_class_labels).copyTo(class_labels); in trainAuto()