Searched refs:CV_THRESHOLD_EPS (Results 1 – 1 of 1) sorted by relevance
104 #define CV_THRESHOLD_EPS (0.00001F) macro1417 sum = sum < threshold - CV_THRESHOLD_EPS ? 0.0 : 1.0; in predict()