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