ForecastingCatalog Class

Definition

Class used by MLContext to create instances of forecasting components.

public sealed class ForecastingCatalog : Microsoft.ML.TrainCatalogBase
type ForecastingCatalog = class
    inherit TrainCatalogBase
Public NotInheritable Class ForecastingCatalog
Inherits TrainCatalogBase
Inheritance
ForecastingCatalog

Properties

Trainers

The list of trainers for performing forecasting.

Extension Methods

ForecastBySsa(ForecastingCatalog, String, String, Int32, Int32, Int32, Int32, Boolean, Single, RankSelectionMethod, Nullable<Int32>, Nullable<Int32>, Boolean, Boolean, Nullable<GrowthRatio>, String, String, Single, Boolean)

Singular Spectrum Analysis (SSA) model for univariate time-series forecasting. For the details of the model, refer to http://arxiv.org/pdf/1206.6910.pdf.

Applies to