Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
BuildPolynom
Function · 0.45
TBagOfWordsEstimator
Method · 0.45
MakeFinalFeatureCalcer
Method · 0.45
Y_UNIT_TEST
Function · 0.45
Apply
Method · 0.45
GetTopTokens
Method · 0.45
LoadQuantizedPool
Method · 0.45
CalculateQuantizedPoolDigest
Method · 0.45
LoadQuantizationSchemaFromPool
Method · 0.45
EstimateIdsLength
Method · 0.45
EstimateGroupSize
Method · 0.45
LoadPoolMetainfo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected