1 write to _count
Microsoft.ML.Data (1)
Transforms\RangeFilter.cs (1)
426
_count
= Parent._type.GetKeyCount();
2 references to _count
Microsoft.ML.Data (2)
Transforms\RangeFilter.cs (2)
450
if (value == 0 || value >
_count
)
452
if (!CheckBounds(((uint)value - 0.5) /
_count
))