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

Method GetSumWeights

library/cpp/linear_regression/welford.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27double TMeanCalculator::GetSumWeights() const {
28 return SumWeights.Get();
29}
30
31void TMeanCalculator::Reset() {
32 *this = TMeanCalculator();

Callers 1

Y_UNIT_TESTFunction · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected