OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c_weights
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/ml/src/
tree.cpp
719
double *v_weights = buf, *
c_weights
= buf + n;
local
773
c_weights
[i] = sum ? 1./sum : 0;
787
double dist2 = 0., beta =
c_weights
[idx];
824
double*
c_weights
= cjk + m*mi;
857
cjk =
c_weights
+ _mi;
867
dbl_ptr = (double**)(
c_weights
+ _mi);
890
c_weights
[j] = sum;
891
R +=
c_weights
[j];
915
double weight =
c_weights
[idx];
[
all
...]
/external/opencv/ml/src/
mltree.cpp
1666
double *v_weights = buf, *
c_weights
= buf + k;
local
[
all
...]
/external/opencv3/apps/traincascade/
old_ml_tree.cpp
2099
double *v_weights = buf, *
c_weights
= buf + n;
local
2210
double*
c_weights
= (double*)alignPtr(cjk + m*mi, sizeof(double));
local
[
all
...]
Completed in 608 milliseconds