diff options
author | ksjuchi <ksjuchi@yandex-team.ru> | 2022-02-10 16:50:57 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:57 +0300 |
commit | 5c1bb165b6316cb97192253f57b1cca84a724e0a (patch) | |
tree | 8651b345477e0f3c67eb3a76ccbadbf65454fd8f /library/cpp/histogram/adaptive/fixed_bin_histogram.h | |
parent | 9cc851b34f89d2b8ba19d91e816bddf9c17a8f2c (diff) | |
download | ydb-5c1bb165b6316cb97192253f57b1cca84a724e0a.tar.gz |
Restoring authorship annotation for <ksjuchi@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/histogram/adaptive/fixed_bin_histogram.h')
-rw-r--r-- | library/cpp/histogram/adaptive/fixed_bin_histogram.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/histogram/adaptive/fixed_bin_histogram.h b/library/cpp/histogram/adaptive/fixed_bin_histogram.h index bd380bd94a..daf9725a90 100644 --- a/library/cpp/histogram/adaptive/fixed_bin_histogram.h +++ b/library/cpp/histogram/adaptive/fixed_bin_histogram.h @@ -71,8 +71,8 @@ namespace NKiwiAggr { virtual double CalcUpperBoundSafe(double sum); virtual double CalcLowerBoundSafe(double sum); - double CalcDensity(double value); - + double CalcDensity(double value); + private: double CalcBinRange(double referencePoint, double maxValue); void SetFrame(double minValue, double maxValue, bool clear); |