5 types derived from StatAggregatorAcrossSlots
Microsoft.ML.Transforms (5)
MissingValueReplacingUtils.cs (5)
294
private abstract class MinMaxAggregatorAcrossSlots<TItem, TStat> :
StatAggregatorAcrossSlots
<TItem, TStat>
555
public sealed class MeanAggregatorAcrossSlots :
StatAggregatorAcrossSlots
<float, MeanStatDouble>
712
public sealed class ModeAggregatorAcrossSlots :
StatAggregatorAcrossSlots
<float, ModeStat<float>>
779
public sealed class MeanAggregatorAcrossSlots :
StatAggregatorAcrossSlots
<double, MeanStatDouble>
936
public sealed class ModeAggregatorAcrossSlots :
StatAggregatorAcrossSlots
<double, ModeStat<double>>