Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
double TCovariationCalculator::GetFirstValueMean() const {
54
return FirstValueMean;
55
}
56
57
double TCovariationCalculator::GetSecondValueMean() const {
58
return SecondValueMean;
Callers
1
Y_UNIT_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected