Freigeben über


ForecastingCatalog Klasse

Definition

Klasse, die verwendet MLContext wird, um Instanzen von Prognosekomponenten zu erstellen.

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

Eigenschaften

Trainers

Die Liste der Trainer für die Ausführung der Prognose.

Erweiterungsmethoden

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)-Modell für univariate Zeitreihenvorhersagen. Weitere Informationen zum Modell finden Sie unter http://arxiv.org/pdf/1206.6910.pdf.

Gilt für: