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

  /external/opencv/ml/src/
mlboost.cpp 1057 CvMat _sample, _mask; local
1064 _sample = cvMat( 1, data->var_count, CV_32F );
1071 _sample.data.fl = values;
1073 values += _sample.cols;
1075 weak_eval->data.db[i] = tree->predict( &_sample, &_mask, true )->value;
    [all...]
mlem.cpp 209 CvEM::predict( const CvMat* _sample, CvMat* _probs ) const
229 CV_CALL( cvPreparePredictData( _sample, dims, 0, params.nclusters, _probs, &sample_data ));
293 if( sample_data != _sample->data.fl )
982 CvMat* cov = covs[k], _mean, _sample; local
    [all...]
mltree.cpp     [all...]
ml_inner_functions.cpp     [all...]
  /external/opencv/ml/include/
ml.h 514 virtual float predict( const CvMat* _sample ) const;
845 virtual CvDTreeNode* predict( const CvMat* _sample, const CvMat* _missing_data_mask=0,
    [all...]

Completed in 137 milliseconds