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

Method BinToValue

include/LightGBM/feature_group.h:188–190  ·  view source on GitHub ↗

! * \brief From bin to feature value * \param bin * \return FeatureGroup value of this bin */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected