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

適用於