1 write to ConfidenceLowerBoundColumn
Microsoft.ML.TimeSeries (1)
SSaForecasting.cs (1)
100ConfidenceLowerBoundColumn = options.ConfidenceLowerBoundColumn;
3 references to ConfidenceLowerBoundColumn
Microsoft.ML.TimeSeries (3)
SequentialForecastingTransformBase.cs (1)
70: this(args.TrainSize, args.SeriesLength, args.Source, args.ConfidenceLowerBoundColumn,
SsaForecastingBase.cs (2)
130: base(options.TrainSize, 0, options.Source, options.Name, options.ConfidenceLowerBoundColumn, 139options.DiscountFactor, options.RankSelectionMethod, options.Rank, options.MaxRank, !string.IsNullOrEmpty(options.ConfidenceLowerBoundColumn),