MCPcopy 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

PushMethod · 0.45
LongestPrefixMethod · 0.45
TWriteableNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected