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

Method GetCatFeatureCount

catboost/libs/data/features_layout.cpp:332–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330}
331
332ui32 TFeaturesLayout::GetCatFeatureCount() const noexcept {
333 // cast is safe because of size invariant established in constructors
334 return (ui32)CatFeatureInternalIdxToExternalIdx.size();
335}
336
337ui32 TFeaturesLayout::GetTextFeatureCount() const noexcept {
338 // cast is safe because of size invariant established in constructors

Callers 15

TFinalCtrsCalcerMethod · 0.80
ShuffleLearnDataIfNeededFunction · 0.80
GetTrainingDataFunction · 0.80
MarginalImputerMethod · 0.80
ImputeInplaceMethod · 0.80
DumpMethod · 0.80
StartMethod · 0.80
InitMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected