6 references to MeanStatDouble
Microsoft.ML.Transforms (6)
MissingValueReplacingUtils.cs (6)
535public sealed class MeanAggregatorOne : StatAggregator<float, MeanStatDouble> 555public sealed class MeanAggregatorAcrossSlots : StatAggregatorAcrossSlots<float, MeanStatDouble> 575public sealed class MeanAggregatorBySlot : StatAggregatorBySlot<float, MeanStatDouble> 761public sealed class MeanAggregatorOne : StatAggregator<double, MeanStatDouble> 779public sealed class MeanAggregatorAcrossSlots : StatAggregatorAcrossSlots<double, MeanStatDouble> 797public sealed class MeanAggregatorBySlot : StatAggregatorBySlot<double, MeanStatDouble>