Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ PackLeaf
Method
PackLeaf
library/cpp/packers/packers.h:231–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
}
230
231
void PackLeaf(char* c, const TFloat& t, size_t sz) const {
232
TPacker().PackLeaf(c, ToUInt(t), sz);
233
}
234
235
size_t MeasureLeaf(const TFloat& t) const {
236
return TPacker().MeasureLeaf(ToUInt(t));
Callers
nothing calls this directly
Calls
2
TPacker
Class · 0.85
PackLeaf
Method · 0.45
Tested by
no test coverage detected