次の方法で共有


ForecastingSettings.TargetAggregateFunction プロパティ

定義

ユーザー指定の頻度に従って時系列ターゲット列を集計するために使用する関数。 TargetAggregateFunction が 'None' ではなく設定されていても、freq パラメーターが設定されていない場合は、エラーが発生します。 使用可能なターゲット集計関数は、"sum"、"max"、"min"、"mean" です。

public Azure.ResourceManager.MachineLearning.Models.TargetAggregationFunction? TargetAggregateFunction { get; set; }
member this.TargetAggregateFunction : Nullable<Azure.ResourceManager.MachineLearning.Models.TargetAggregationFunction> with get, set
Public Property TargetAggregateFunction As Nullable(Of TargetAggregationFunction)

プロパティ値

適用対象