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)
534if (_active[i]) 539if (_active[i + _groupCount]) 553if (_active[i + _groupCount]) 568Ch.CheckParam(column.Index < _active.Length, nameof(column)); 570return _active[column.Index]; 651if (!_active[column.Index])