MCPcopy Create free account
hub / github.com/catboost/catboost / Size

Method Size

catboost/private/libs/text_processing/dictionary.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 }
18
19 ui32 TDictionaryProxy::Size() const {
20 return DictionaryImpl->Size();
21 }
22
23 TText TDictionaryProxy::Apply(TConstArrayRef<TStringBuf> tokens) const {
24 TText result;

Callers 15

BuildPolynomFunction · 0.45
TBagOfWordsEstimatorMethod · 0.45
Y_UNIT_TESTFunction · 0.45
ApplyMethod · 0.45
GetTopTokensMethod · 0.45
LoadQuantizedPoolMethod · 0.45
EstimateIdsLengthMethod · 0.45
EstimateGroupSizeMethod · 0.45
LoadPoolMetainfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected