HomeSort by relevance Sort by last modified time
    Searched defs:sample_data (Results 1 - 2 of 2) sorted by null

  /external/opencv/ml/src/
mlem.cpp 211 float* sample_data = 0; local
229 CV_CALL( cvPreparePredictData( _sample, dims, 0, params.nclusters, _probs, &sample_data ));
256 double val = sample_data[i] - mean_k[i];
263 diff.data.db[i] = sample_data[i] - mean_k[i];
293 if( sample_data != _sample->data.fl )
294 cvFree( &sample_data );
    [all...]
ml_inner_functions.cpp 1161 float* sample_data; local
    [all...]

Completed in 73 milliseconds