MCPcopy Create free account
hub / github.com/catboost/catboost / IsValidData

Method IsValidData

library/cpp/expression/histogram_points_and_bins.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85bool THistogramPointsAndBins::IsValidData(const double& percentile) const {
86 return IsValidBins() && IsValidPoints() && IsValidPercentile(percentile);
87}
88
89template <>
90void Out<THistogramPointsAndBins>(IOutputStream& o, const THistogramPointsAndBins& pointsAndBins) {

Callers 2

HistogramPercentileMethod · 0.80
Y_UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected