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

/external/opencv/ml/src/
H A Dmlann_mlp.cpp1067 double inv_count; local
1091 inv_count = 1./count;
1186 double sweight = sw ? sw[si+i] : inv_count, E1 = 0;
1202 double sweight = sw ? sw[si+i] : inv_count, E1 = 0;

Completed in 61 milliseconds