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

Method Calc

library/cpp/histogram/simple/histogram.h:75–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 THashMap<TString, THistogram<T>> Calc() {
76 THashMap<TString, THistogram<T>> result;
77
78 for (auto& calcer : Calcers_) {
79 result.emplace(calcer.first, calcer.second.Calc());
80 }
81
82 return result;
83 }
84
85 private:
86 THashMap<TString, THistogramCalcer<T>> Calcers_;

Callers

nothing calls this directly

Calls 2

emplaceMethod · 0.45
CalcMethod · 0.45

Tested by

no test coverage detected