Searched refs:outlier_thresh (Results 1 – 2 of 2) sorted by relevance
/external/opencv/ml/src/ |
D | _ml.h | 266 void icvFindClusterLabels( const CvMat* probs, float outlier_thresh, float r,
|
D | ml_inner_functions.cpp | 1847 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()
|