11 writes to Value
Microsoft.ML.TimeSeries (11)
SequentialTransformBase.cs (5)
28
Value
= value;
356
state.Process(ref input.
Value
, ref output.
Value
);
361
state.ProcessWithoutBuffer(ref input.
Value
, ref output.
Value
);
SequentialTransformerBase.cs (6)
540
state.Process(ref input.
Value
, ref output.
Value
);
545
state.Process(ref input.
Value
, ref output.Forecast, ref output.ConfidenceIntervalLowerBound, ref output.ConfidenceIntervalUpperBound);
550
state.ProcessWithoutBuffer(ref input.
Value
, ref output.
Value
);
555
state.ProcessWithoutBuffer(ref input.
Value
, ref output.Forecast, ref output.ConfidenceIntervalLowerBound, ref output.ConfidenceIntervalUpperBound);