MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / num_features

Method num_features

include/LightGBM/dataset.h:540–540  ·  view source on GitHub ↗

! \brief Get Number of used features */

Source from the content-addressed store, hash-verified

538
539 /*! \brief Get Number of used features */
540 inline int num_features() const { return num_features_; }
541
542 /*! \brief Get Number of feature groups */
543 inline int num_feature_groups() const { return num_groups_;}

Callers 15

BoostFromAverageMethod · 0.45
TrainOneIter_oldMethod · 0.45
TrainOneIter_newMethod · 0.45
AddPredictionToScoreMethod · 0.45
DynamicChangeSizeMethod · 0.45
InitMethod · 0.45
ResetTrainingDataMethod · 0.45
ResetConfigMethod · 0.45
InitMethod · 0.45
ResetTrainingDataMethod · 0.45
ResetConfigMethod · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected