5 references to ForecastingCatalog
Microsoft.ML.Data (3)
MLContext.cs (1)
59public ForecastingCatalog Forecasting { get; }
TrainCatalog.cs (2)
804internal ForecastingCatalog(IHostEnvironment env) : base(env, nameof(ForecastingCatalog)) 814internal Forecasters(ForecastingCatalog catalog)
Microsoft.ML.TimeSeries (2)
ExtensionsCatalog.cs (1)
476this ForecastingCatalog catalog, string outputColumnName, string inputColumnName, int windowSize, int seriesLength, int trainSize, int horizon,
SSaForecasting.cs (1)
231/// <seealso cref="Microsoft.ML.TimeSeriesCatalog.ForecastBySsa(Microsoft.ML.ForecastingCatalog,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Single,Microsoft.ML.Transforms.TimeSeries.RankSelectionMethod,System.Int32?,System.Int32?,System.Boolean,System.Boolean,Microsoft.ML.Transforms.TimeSeries.GrowthRatio?,System.String,System.String,System.Single,System.Boolean)" />