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

/external/opencv3/modules/ml/src/
H A Ddata.cpp466 int clscount = 1; local
468 clscount += idata[idx[i]*istep] != idata[idx[i-1]*istep];
474 labels.resize(clscount);
476 counters->resize(clscount);

Completed in 72 milliseconds