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

Method GetCovariation

library/cpp/linear_regression/welford.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61double TCovariationCalculator::GetCovariation() const {
62 return Covariation;
63}
64
65double TCovariationCalculator::GetSumWeights() const {
66 return SumWeights.Get();

Callers 1

Y_UNIT_TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected