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

Method GetTextFeatureCount

catboost/libs/data/features_layout.cpp:337–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337ui32 TFeaturesLayout::GetTextFeatureCount() const noexcept {
338 // cast is safe because of size invariant established in constructors
339 return (ui32)TextFeatureInternalIdxToExternalIdx.size();
340}
341
342ui32 TFeaturesLayout::GetEmbeddingFeatureCount() const noexcept {
343 // cast is safe because of size invariant established in constructors

Callers 9

MarginalImputerMethod · 0.45
ImputeInplaceMethod · 0.45
SimpleTextModelFunction · 0.45
DoMethod · 0.45
ProcessBlockMethod · 0.45
InitMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

SimpleTextModelFunction · 0.36