Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ clear
Method
clear
library/cpp/token/token_structure.h:178–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
return Tokens.empty();
177
}
178
void clear() {
179
Tokens.clear();
180
}
181
void swap(TTokenStructure& other) {
182
Tokens.swap(other.Tokens);
183
}
Callers
15
ApplyImpl
Function · 0.45
ApplyImpl
Method · 0.45
ApplyImpl
Method · 0.45
ClearStatsData
Method · 0.45
GetIdToTokenMapping
Function · 0.45
Load
Method · 0.45
ApplyImpl
Method · 0.45
CalcMostFrequentUnits
Method · 0.45
AppendEndOfSentenceTokenIfNeed
Function · 0.45
GetLetterIndices
Function · 0.45
FilterInternalIdToTokenMapping
Method · 0.45
GetTokens
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected