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.

적용 대상