5 overrides of SetNaOutput
Microsoft.ML.TimeSeries (5)
ExponentialAverageTransform.cs (1)
112
private protected override void
SetNaOutput
(ref Single output)
MovingAverageTransform.cs (1)
264
private protected override void
SetNaOutput
(ref Single output)
PercentileThresholdTransform.cs (1)
132
private protected override void
SetNaOutput
(ref bool dst)
PValueTransform.cs (1)
115
private protected override void
SetNaOutput
(ref Single dst)
SlidingWindowTransformBase.cs (1)
131
private protected override void
SetNaOutput
(ref VBuffer<TInput> output)
2 references to SetNaOutput
Microsoft.ML.TimeSeries (2)
SequentialTransformBase.cs (2)
158
SetNaOutput
(ref output);
179
SetNaOutput
(ref output);