2 writes to Max
Microsoft.ML.Data (2)
Transforms\SlotsDroppingTransformer.cs (2)
147
Max
= Min;
166
Max
= tmp;
7 references to Max
Microsoft.ML.Data (7)
Transforms\SlotsDroppingTransformer.cs (7)
174
if (
Max
!= null)
176
if (
Max
!= Min)
177
sb.Append("-").Append(
Max
);
189
return Min >= 0 && (
Max
== null || Min <=
Max
);
229
Slots = column.Slots.Select(range => (range.Min, range.
Max
)).ToArray();
363
slotsMax[j] = range.
Max
?? int.MaxValue - 1;