! * \brief From bin to feature value * \param bin * \return FeatureGroup value of this bin */
| 186 | * \return FeatureGroup value of this bin |
| 187 | */ |
| 188 | inline double BinToValue(int sub_feature_idx, uint32_t bin) const { |
| 189 | return bin_mappers_[sub_feature_idx]->BinToValue(bin); |
| 190 | } |
| 191 | |
| 192 | /*! |
| 193 | * \brief Save binary data to file |
nothing calls this directly
no outgoing calls
no test coverage detected