HomeSort by relevance Sort by last modified time
    Searched full:nvotes (Results 1 - 1 of 1) sorted by null

  /external/opencv/ml/src/
mlrtrees.cpp 552 int nvotes; local
556 nvotes = ++votes[class_idx];
557 if( nvotes > max_nvotes )
559 max_nvotes = nvotes;

Completed in 50 milliseconds