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

  /external/opencv/ml/src/
mlann_mlp.cpp 935 double sweight = sw ? count*sw[idx] : 1.; local
998 grad1->data.db[k] = t*sweight;
1008 grad1->data.db[k] = t*sweight;
1012 E *= sweight;
1186 double sweight = sw ? sw[si+i] : inv_count, E1 = 0; local
1202 double sweight = sw ? sw[si+i] : inv_count, E1 = 0; local
    [all...]

Completed in 1302 milliseconds