3 references to AreRangesValid
Microsoft.ML.Data (3)
Transforms\SlotsDroppingTransformer.cs (3)
279Host.CheckUserArg(AreRangesValid(SlotsMin, SlotsMax), nameof(columns), "The range min and max must be non-negative and min must be less than or equal to max."); 302Host.Assert(AreRangesValid(SlotsMin, SlotsMax)); 342Host.Assert(AreRangesValid(SlotsMin, SlotsMax));