7 types derived from StatAggregator
Microsoft.ML.Transforms (7)
MissingValueReplacingUtils.cs (7)
203private abstract class StatAggregatorAcrossSlots<TItem, TStat> : StatAggregator<VBuffer<TItem>, TStat> 232private abstract class StatAggregatorBySlot<TItem, TStatItem> : StatAggregator<VBuffer<TItem>, TStatItem[]> 264private abstract class MinMaxAggregatorOne<TValue, TStat> : StatAggregator<TValue, TStat> 535public sealed class MeanAggregatorOne : StatAggregator<float, MeanStatDouble> 693public sealed class ModeAggregatorOne : StatAggregator<float, ModeStat<float>> 761public sealed class MeanAggregatorOne : StatAggregator<double, MeanStatDouble> 917public sealed class ModeAggregatorOne : StatAggregator<double, ModeStat<double>>