| 502 | } |
| 503 | |
| 504 | inline BinIterator* FeatureGroupIterator(int group) const { |
| 505 | return feature_groups_[group]->FeatureGroupIterator(); |
| 506 | } |
| 507 | |
| 508 | inline double RealThreshold(int i, uint32_t threshold) const { |
| 509 | const int group = feature2group_[i]; |