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

适用于