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

Method GetFirstValueMean

library/cpp/linear_regression/welford.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53double TCovariationCalculator::GetFirstValueMean() const {
54 return FirstValueMean;
55}
56
57double TCovariationCalculator::GetSecondValueMean() const {
58 return SecondValueMean;

Callers 1

Y_UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected