1 write to Source
Microsoft.ML.TimeSeries (1)
SSaForecasting.cs (1)
98Source = options.Source;
2 references to Source
Microsoft.ML.TimeSeries (2)
SequentialForecastingTransformBase.cs (1)
70: this(args.TrainSize, args.SeriesLength, args.Source, args.ConfidenceLowerBoundColumn,
SsaForecastingBase.cs (1)
130: base(options.TrainSize, 0, options.Source, options.Name, options.ConfidenceLowerBoundColumn,