Home
last modified time | relevance | path

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

/external/opencv/ml/src/
Dmlrtrees.cpp546 int max_nvotes = 0; in predict() local
557 if( nvotes > max_nvotes ) in predict()
559 max_nvotes = nvotes; in predict()