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

Method num_bin

include/LightGBM/bin.h:96–96  ·  view source on GitHub ↗

! \brief Get number of bins */

Source from the content-addressed store, hash-verified

94
95 /*! \brief Get number of bins */
96 inline int num_bin() const { return num_bin_; }
97 /*! \brief Missing Type */
98 inline MissingType missing_type() const { return missing_type_; }
99 /*! \brief True if bin is trivial (contains only one bin) */

Callers 5

AddPredictionToScoreMethod · 0.45
FindGroupsFunction · 0.45
FixHistogramMethod · 0.45
FeatureNumBinMethod · 0.45
FeatureGroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected