5 types derived from StatAggregatorBySlot
Microsoft.ML.Transforms (5)
MissingValueReplacingUtils.cs (5)
327private abstract class MinMaxAggregatorBySlot<TItem, TStatItem> : StatAggregatorBySlot<TItem, TStatItem> 575public sealed class MeanAggregatorBySlot : StatAggregatorBySlot<float, MeanStatDouble> 731public sealed class ModeAggregatorBySlot : StatAggregatorBySlot<float, ModeStat<float>> 797public sealed class MeanAggregatorBySlot : StatAggregatorBySlot<double, MeanStatDouble> 955public sealed class ModeAggregatorBySlot : StatAggregatorBySlot<double, ModeStat<double>>