6 instantiations of ModeStat
Microsoft.ML.Transforms (6)
MissingValueReplacingUtils.cs (6)
698Stat = new ModeStat<float>((in float val) => FloatUtils.IsFinite(val)); 717Stat = new ModeStat<float>((in float val) => FloatUtils.IsFinite(val)); 738Stat[i] = new ModeStat<float>((in float val) => FloatUtils.IsFinite(val)); 922Stat = new ModeStat<double>((in double val) => FloatUtils.IsFinite(val)); 941Stat = new ModeStat<double>((in double val) => FloatUtils.IsFinite(val)); 962Stat[i] = new ModeStat<double>((in double val) => FloatUtils.IsFinite(val));
6 references to ModeStat
Microsoft.ML.Transforms (6)
MissingValueReplacingUtils.cs (6)
693public sealed class ModeAggregatorOne : StatAggregator<float, ModeStat<float>> 712public sealed class ModeAggregatorAcrossSlots : StatAggregatorAcrossSlots<float, ModeStat<float>> 731public sealed class ModeAggregatorBySlot : StatAggregatorBySlot<float, ModeStat<float>> 917public sealed class ModeAggregatorOne : StatAggregator<double, ModeStat<double>> 936public sealed class ModeAggregatorAcrossSlots : StatAggregatorAcrossSlots<double, ModeStat<double>> 955public sealed class ModeAggregatorBySlot : StatAggregatorBySlot<double, ModeStat<double>>