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

  /external/libchrome/base/metrics/
field_trial.cc 51 // groups for a given |divisor| (total probability) and |entropy_value|.
54 double entropy_value) {
64 static_cast<FieldTrial::Probability>(divisor * entropy_value + kEpsilon);
218 double entropy_value) {
220 entropy_value);
226 double entropy_value)
230 random_(GetGroupBoundaryValue(total_probability, entropy_value)),
384 double entropy_value; local
389 entropy_value = entropy_provider->GetEntropyForTrial(trial_name,
394 entropy_value = RandDouble()
    [all...]
field_trial.h 181 // |entropy_value|, which must have a range of [0, 1).
192 double entropy_value);
226 // be done based on |entropy_value|, which must have a range of [0, 1).
230 double entropy_value);
field_trial_unittest.cc 1091 double entropy_value; member in struct:base::__anon15760
    [all...]

Completed in 5052 milliseconds