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

Method GetDefaultBin

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

! * \brief Get the default bin when value is 0 * \return default bin */

Source from the content-addressed store, hash-verified

133 * \return default bin
134 */
135 inline uint32_t GetDefaultBin() const {
136 return default_bin_;
137 }
138 /*!
139 * \brief Construct feature value to bin mapper according feature values
140 * \param values (Sampled) values of this feature, Note: not include zero.

Callers 10

AddPredictionToScoreMethod · 0.45
FindGroupsFunction · 0.45
FixHistogramMethod · 0.45
DynamicChangeSizeMethod · 0.45
BeforeTrainMethod · 0.45
InitMethod · 0.45
FeatureGroupMethod · 0.45
PushDataMethod · 0.45
SubFeatureIteratorMethod · 0.45
SplitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected