次の方法で共有


ForecastingModel.Naive プロパティ

定義

Naive 予測モデルでは、トレーニング データ内で時系列ごとに最新のターゲット値を繰り越して予測を行います。

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

プロパティ値

適用対象