Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TotalCount
Method
TotalCount
library/cpp/histogram/simple/histogram.h:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
size_t TotalCount() const {
27
return Values_.size();
28
}
29
30
T ValueAtPercentile(double percentile) const {
31
Y_ASSERT(!Values_.empty());
Callers
1
ToJson
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected