2 instantiations of CountAggregator
Microsoft.ML.Transforms (2)
CountFeatureSelection.cs (2)
361return new CountAggregator<T>(colType, row.GetGetter<T>(row.Schema[colSrc])); 373return new CountAggregator<T>(colType, row.GetGetter<VBuffer<T>>(row.Schema[colSrc]));