Home | History | Annotate | Download | only in src

Lines Matching refs:cls_count

1350         // we assume that cls_count is filled by calc_node_value()
1351 int* cls_count = data->counts->data.i;
1354 nz += cls_count[i] != 0;
2270 int* cls_count = data->counts->data.i;
2279 cls_count[k] = 0;
2284 cls_count[responses[i]]++;
2300 cls_count[k] += cv_cls_count[j*m + k];
2309 int n_k = cls_count[k];
2320 double val = cls_count[k]*priors[k];
2343 double val = cls_count[k]*w - val_k;