| 303 | } |
| 304 | |
| 305 | static bool IsConstTarget(const NCB::TDataMetaInfo& dataMetaInfo) { |
| 306 | return dataMetaInfo.TargetStats.Defined() && dataMetaInfo.TargetStats->MinValue == dataMetaInfo.TargetStats->MaxValue; |
| 307 | } |
| 308 | |
| 309 | static void UpdateAndValidateMonotoneConstraints( |
| 310 | const NCB::TFeaturesLayout& featuresLayout, |
no test coverage detected