3 references to AreRangesValid
Microsoft.ML.Data (3)
Transforms\SlotsDroppingTransformer.cs (3)
279
Host.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.");
302
Host.Assert(
AreRangesValid
(SlotsMin, SlotsMax));
342
Host.Assert(
AreRangesValid
(SlotsMin, SlotsMax));