| 109 | } |
| 110 | |
| 111 | bool TBinarizedFeaturesManager::UseForCtr(ui32 featureId) const { |
| 112 | if (IsEstimatedFeature(featureId)) { |
| 113 | return false; |
| 114 | } |
| 115 | return !UseForOneHotEncoding(featureId); |
| 116 | } |
| 117 | |
| 118 | bool TBinarizedFeaturesManager::UseForTreeCtr(ui32 featureId) const { |
| 119 | if (IsEstimatedFeature(featureId)) { |
no outgoing calls