OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sample_mean
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/flann/include/opencv2/flann/
kdtree_index.h
311
/* Compute mean values. Only the first
SAMPLE_MEAN
values need to be
314
int cnt = std::min((int)
SAMPLE_MEAN
+1, count);
559
* To improve efficiency, only
SAMPLE_MEAN
random values are used to
563
SAMPLE_MEAN
= 100,
/external/webrtc/webrtc/base/
virtualsocket_unittest.cc
719
const double
sample_mean
= receiver.sum / receiver.samples;
local
724
LOG(LS_VERBOSE) << "mean=" <<
sample_mean
<< " stddev=" << sample_stddev;
729
EXPECT_NEAR(mean,
sample_mean
, 0.15 * mean);
[
all
...]
Completed in 449 milliseconds