Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
double TCovariationCalculator::GetCovariation() const {
62
return Covariation;
63
}
64
65
double TCovariationCalculator::GetSumWeights() const {
66
return SumWeights.Get();
Callers
1
Y_UNIT_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected