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

Method missing_type

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

! \brief Missing Type */

Source from the content-addressed store, hash-verified

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) */
100 inline bool is_trivial() const { return is_trivial_; }
101 /*! \brief Sparsity of this bin ( num_zero_bins / num_data ) */

Callers 7

DynamicChangeSizeMethod · 0.45
ForceSplitsMethod · 0.45
SplitMethod · 0.45
ForceSplitsMethod · 0.45
SplitMethod · 0.45
InitMethod · 0.45
SplitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected