Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetSumWeights
Method
GetSumWeights
library/cpp/linear_regression/welford.cpp:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
double TMeanCalculator::GetSumWeights() const {
28
return SumWeights.Get();
29
}
30
31
void TMeanCalculator::Reset() {
32
*this = TMeanCalculator();
Callers
1
Y_UNIT_TEST
Function · 0.45
Calls
1
Get
Method · 0.45
Tested by
no test coverage detected