3 writes to ConfidenceIntervalLowerBound
Microsoft.ML.TimeSeries (3)
SequentialTransformBase.cs (1)
50ConfidenceIntervalLowerBound = confidenceIntervalLowerBound;
SequentialTransformerBase.cs (2)
545state.Process(ref input.Value, ref output.Forecast, ref output.ConfidenceIntervalLowerBound, ref output.ConfidenceIntervalUpperBound); 555state.ProcessWithoutBuffer(ref input.Value, ref output.Forecast, ref output.ConfidenceIntervalLowerBound, ref output.ConfidenceIntervalUpperBound);