Home
last modified time | relevance | path

Searched refs:outlier_thresh (Results 1 – 2 of 2) sorted by relevance

/external/opencv/ml/src/
D_ml.h266 void icvFindClusterLabels( const CvMat* probs, float outlier_thresh, float r,
Dml_inner_functions.cpp1847 float outlier_thresh, int normalize_probs ) in icvGetNumberOfCluster() argument
1878 if( fabs(r - 1.) > FLT_EPSILON && fabs(sum - 1.) < outlier_thresh ) in icvGetNumberOfCluster()
1888 void icvFindClusterLabels( const CvMat* probs, float outlier_thresh, float r, in icvFindClusterLabels() argument
1912 nclusters, r, outlier_thresh, 1 ); in icvFindClusterLabels()