次の方法で共有


ForecastingModel.AutoArima プロパティ

定義

自動回帰統合移動平均 (ARIMA) モデルでは、時系列データと統計分析を使用してデータを解釈し、将来の予測を行います。 このモデルは、過去の値に関する時系列データを使用してデータを説明することを目的とし、線形回帰を使用して予測を行います。

public static Azure.ResourceManager.MachineLearning.Models.ForecastingModel AutoArima { get; }
static member AutoArima : Azure.ResourceManager.MachineLearning.Models.ForecastingModel
Public Shared ReadOnly Property AutoArima As ForecastingModel

プロパティ値

適用対象