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

  /external/chromium_org/base/metrics/
histogram.cc 148 double log_ratio; local
158 log_ratio = (log_max - log_current) / (bucket_count - bucket_index);
160 log_next = log_current + log_ratio;
  /external/chromium/base/metrics/
histogram.cc 437 double log_ratio; local
446 log_ratio = (log_max - log_current) / (bucket_count() - bucket_index);
448 log_next = log_current + log_ratio;
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 44 log_ratio( double val ) function
735 node->value = 0.5*log_ratio(p);
1100 C = err = -log_ratio( err );
    [all...]

Completed in 129 milliseconds