HomeSort by relevance Sort by last modified time
    Searched refs:sample_weights (Results 1 - 7 of 7) sorted by null

  /external/opencv3/modules/ml/src/
boost.cpp 117 sumw += w->sample_weights[w->sidx[i]];
130 double& wval = w->sample_weights[w->sidx[i]];
233 double wval = w->sample_weights[si];
247 double wval = w->sample_weights[si];
251 w->sample_weights[si] = wval;
269 double wval = w->sample_weights[si]*std::exp(-result[i]*w->ord_responses[si]);
271 w->sample_weights[si] = wval;
294 w->sample_weights[si] = wval;
333 result[i] = w->sample_weights[w->sidx[i]];
354 if( w->sample_weights[si] >= threshold
    [all...]
tree.cpp 167 data->getSampleWeights().copyTo(w->sample_weights);
190 CV_Assert( (int)w->sample_weights.size() == nsamples );
196 w->sample_weights[i] *= cw[ci];
505 cls_count[w->cat_responses[si]] += w->sample_weights[si];
518 cv_cls_count[j*m + k] += w->sample_weights[si];
586 double wval = w->sample_weights[si];
608 double wval = w->sample_weights[si];
648 const double* weights = &w->sample_weights[0];
829 const double* weights = &w->sample_weights[0];
989 const double* weights = &w->sample_weights[0]
    [all...]
ann_mlp.cpp 657 Mat& sample_weights, int flags )
681 double s = sum(sample_weights)[0];
682 sample_weights.convertTo(temp, CV_64F, 1./s);
683 sample_weights = temp;
    [all...]
precomp.hpp 272 vector<double> sample_weights; member in struct:cv::ml::DTreesImpl::WorkData
  /external/opencv3/modules/ml/
precomp.hpp 272 vector<double> sample_weights; member in struct:cv::ml::DTreesImpl::WorkData
  /external/opencv/ml/include/
ml.h 1234 CvMat* sample_weights; member in class:CvANN_MLP
    [all...]
  /external/opencv3/apps/traincascade/
old_ml.hpp 1888 CvMat* sample_weights; member in class:CvANN_MLP
    [all...]

Completed in 229 milliseconds