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

/external/opencv/ml/src/
H A Dmltree.cpp1666 double *v_weights = buf, *c_weights = buf + k; local
1721 c_weights[i] = sum ? 1./sum : 0;
1735 double dist2 = 0., beta = c_weights[idx];
1768 double* c_weights = (double*)cvStackAlloc( mi*sizeof(c_weights[0]) );
1827 c_weights[j] = sum;
1828 R += c_weights[j];
1854 weight = c_weights[idx];

Completed in 63 milliseconds