| 473 | } |
| 474 | |
| 475 | inline int FeatureGroupNumBin(int group) const { |
| 476 | return feature_groups_[group]->num_total_bin_; |
| 477 | } |
| 478 | |
| 479 | inline const BinMapper* FeatureBinMapper(int i) const { |
| 480 | const int group = feature2group_[i]; |
no outgoing calls
no test coverage detected