! \brief Sparsity of this bin ( num_zero_bins / num_data ) */
| 100 | inline bool is_trivial() const { return is_trivial_; } |
| 101 | /*! \brief Sparsity of this bin ( num_zero_bins / num_data ) */ |
| 102 | inline double sparse_rate() const { return sparse_rate_; } |
| 103 | /*! |
| 104 | * \brief Save binary data to file |
| 105 | * \param file File want to write |
no outgoing calls
no test coverage detected