Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetMean
Method
GetMean
library/cpp/linear_regression/welford.cpp:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
double TMeanCalculator::GetMean() const {
24
return Mean;
25
}
26
27
double TMeanCalculator::GetSumWeights() const {
28
return SumWeights.Get();
Callers
6
Add
Method · 0.80
Remove
Method · 0.80
Solve
Method · 0.80
Y_UNIT_TEST
Function · 0.80
QualityBenchmark
Function · 0.80
SpeedBenchmark
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected