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

Method GetMean

library/cpp/linear_regression/welford.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23double TMeanCalculator::GetMean() const {
24 return Mean;
25}
26
27double TMeanCalculator::GetSumWeights() const {
28 return SumWeights.Get();

Callers 6

AddMethod · 0.80
RemoveMethod · 0.80
SolveMethod · 0.80
Y_UNIT_TESTFunction · 0.80
QualityBenchmarkFunction · 0.80
SpeedBenchmarkFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected