Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetLabel
Method
GetLabel
library/cpp/containers/comptrie/node.h:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
return Offsets[D_RIGHT];
58
}
59
char GetLabel() const {
60
return Label;
61
}
62
63
bool IsFinal() const {
64
return GetLeafOffset() != 0;
Callers
3
Push
Method · 0.45
LongestPrefix
Method · 0.45
TWriteableNode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected