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

Method GetSecondValueMean

library/cpp/linear_regression/welford.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57double TCovariationCalculator::GetSecondValueMean() const {
58 return SecondValueMean;
59}
60
61double TCovariationCalculator::GetCovariation() const {
62 return Covariation;

Callers 1

Y_UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected