你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

属性值

适用于