! * \brief Get the default bin when value is 0 * \return default bin */
| 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. |
no outgoing calls
no test coverage detected