1 type derived from StatAggregator
Microsoft.ML.Transforms (1)
MissingValueReplacingUtils.cs (1)
169private abstract class StatAggregator<TValue, TStat> : StatAggregator
3 references to StatAggregator
Microsoft.ML.Transforms (3)
MissingValueReplacing.cs (2)
331StatAggregator[] statAggregators = new StatAggregator[columnsToImpute.Count];
MissingValueReplacingUtils.cs (1)
17private static StatAggregator CreateStatAggregator(IChannel ch, DataViewType type, ReplacementKind? kind, bool bySlot, DataViewRowCursor cursor, int col)