| 390 | } |
| 391 | |
| 392 | void SetEstimatedFeatures(const TVector<TEstimatedFeature>& estimatedFeatures) { |
| 393 | EstimatedFeatures = estimatedFeatures; |
| 394 | } |
| 395 | |
| 396 | void ProcessSplitsSet( |
| 397 | const TSet<TModelSplit>& modelSplitSet, |
no outgoing calls
no test coverage detected