1 write to _aggregators
Microsoft.ML.Transforms (1)
GroupTransform.cs (1)
550_aggregators = new KeepColumnAggregator[_parent._groupBinding.KeepColumnIndexes.Length];
6 references to _aggregators
Microsoft.ML.Transforms (6)
GroupTransform.cs (6)
551for (int i = 0; i < _aggregators.Length; i++) 554_aggregators[i] = KeepColumnAggregator.Create(_trailingCursor, _parent._groupBinding.KeepColumnIndexes[i]); 599foreach (var agg in _aggregators.Where(x => x != null)) 607foreach (var agg in _aggregators.Where(x => x != null)) 660Ch.AssertValue(_aggregators[column.Index - _groupCount]); 661return _aggregators[column.Index - _groupCount].GetGetter<TValue>(Ch);