1 write to _active
Microsoft.ML.Transforms (1)
GroupTransform.cs (1)
522
_active
= Utils.BuildArray(binding.OutputSchema.Count, predicate);
6 references to _active
Microsoft.ML.Transforms (6)
GroupTransform.cs (6)
534
if (
_active
[i])
539
if (
_active
[i + _groupCount])
553
if (
_active
[i + _groupCount])
568
Ch.CheckParam(column.Index <
_active
.Length, nameof(column));
570
return
_active
[column.Index];
651
if (!
_active
[column.Index])