ForecastingCatalog クラス

定義

予測コンポーネントのインスタンスを作成するために使用される MLContext クラス。

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

プロパティ

Trainers

予測を実行するためのトレーナーの一覧。

拡張メソッド

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

一変量時系列予測のための単数スペクトル分析 (SSA) モデル。 モデルの詳細については、次を参照してください http://arxiv.org/pdf/1206.6910.pdf

適用対象