Searched refs:ApproximationError (Results 1 - 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
H A Dweighted_quantiles_summary_test.cc79 EXPECT_EQ(summary.ApproximationError(), 0);
103 EXPECT_LE(summary.ApproximationError(), 1.0 / new_size);
116 double prev_eps = summary.ApproximationError();
121 EXPECT_LE(summary.ApproximationError(), prev_eps + 1.0 / new_size);
154 EXPECT_LE(summary.ApproximationError(), 1.0 / new_size);
174 EXPECT_EQ(summary1.ApproximationError(), 0.0);
186 EXPECT_EQ(summary2.ApproximationError(), 0.0);
206 EXPECT_LE(summary1.ApproximationError(), eps1);
209 EXPECT_LE(summary2.ApproximationError(), eps2);
214 EXPECT_LE(summary1.ApproximationError(), st
[all...]
H A Dweighted_quantiles_stream.h168 WeightType ApproximationError(int64 level = -1) const { function in class:tensorflow::boosted_trees::quantiles::WeightedQuantilesStream
171 return local_summary_.ApproximationError();
186 return summary_levels_[level].ApproximationError();
H A Dweighted_quantiles_stream_test.cc121 EXPECT_LE(stream.ApproximationError(), eps);
210 EXPECT_LE(reducer_stream.ApproximationError(), eps);
H A Dweighted_quantiles_summary.h245 float compression_eps = ApproximationError() + (1.0 / num_boundaries);
292 double ApproximationError() const { function in class:tensorflow::boosted_trees::quantiles::WeightedQuantilesSummary

Completed in 120 milliseconds