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

  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
random_test.cc 27 const int32 num_bootstrap = 10000; local
31 for (int i = 0; i < num_bootstrap; ++i) {
40 const double mean_std_error = 1.0 / sqrt(num_bootstrap);
41 double mean = sum / num_bootstrap;
47 sqrt(expected_p * (1 - expected_p) / num_bootstrap);
48 EXPECT_NEAR(zeros / num_bootstrap, expected_p, 3 * proportion_std_error);
49 EXPECT_NEAR(ones / num_bootstrap, expected_p, 3 * proportion_std_error);

Completed in 213 milliseconds