! \brief Missing Type */
| 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 ) */ |
no outgoing calls
no test coverage detected