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

Method GetFloatFeatureCount

catboost/libs/data/features_layout.cpp:305–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305ui32 TFeaturesLayout::GetFloatFeatureCount() const noexcept {
306 // cast is safe because of size invariant established in constructors
307 return (ui32)FloatFeatureInternalIdxToExternalIdx.size();
308}
309
310ui32 TFeaturesLayout::GetFloatAggregatedFeatureCount() const noexcept {
311 if (!HasGraph) {

Callers 14

MarginalImputerMethod · 0.45
ImputeInplaceMethod · 0.45
DumpMethod · 0.45
DoMethod · 0.45
ProcessBlockMethod · 0.45
ProcessBlockMethod · 0.45
CompareObjectsDataFunction · 0.45
InitMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected