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