ForecastingCatalog Klasse

Definition

Klasse, die zum MLContext Erstellen von Instanzen von Prognosekomponenten verwendet wird.

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

Eigenschaften

Name Beschreibung
Trainers

Die Liste der Trainer für die Durchführung von Prognosen.

Erweiterungsmethoden

Name Beschreibung
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 Zeitreihenprognosen. Details zum Modell finden Sie unter http://arxiv.org/pdf/1206.6910.pdf.

Gilt für: