Home
last modified time | relevance | path

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

/external/opencv/ml/src/
Dmlrtrees.cpp552 int nvotes; in predict() local
556 nvotes = ++votes[class_idx]; in predict()
557 if( nvotes > max_nvotes ) in predict()
559 max_nvotes = nvotes; in predict()
/external/python/cpython2/Modules/
D_bsddb.c7526 u_int32_t nsites, nvotes; in DBEnv_rep_elect() local
7528 if (!PyArg_ParseTuple(args, "II:rep_elect", &nsites, &nvotes)) { in DBEnv_rep_elect()
7533 err = self->db_env->rep_elect(self->db_env, nsites, nvotes, 0); in DBEnv_rep_elect()