Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
double TCovariationCalculator::GetSecondValueMean() const {
58
return SecondValueMean;
59
}
60
61
double TCovariationCalculator::GetCovariation() const {
62
return Covariation;
Callers
1
Y_UNIT_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected