你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
UnivariateChangePointDetectionOptions 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 UnivariateChangePointDetectionOptions 的新实例。
public UnivariateChangePointDetectionOptions (System.Collections.Generic.IEnumerable<Azure.AI.AnomalyDetector.TimeSeriesPoint> series, Azure.AI.AnomalyDetector.TimeGranularity granularity);
new Azure.AI.AnomalyDetector.UnivariateChangePointDetectionOptions : seq<Azure.AI.AnomalyDetector.TimeSeriesPoint> * Azure.AI.AnomalyDetector.TimeGranularity -> Azure.AI.AnomalyDetector.UnivariateChangePointDetectionOptions
Public Sub New (series As IEnumerable(Of TimeSeriesPoint), granularity As TimeGranularity)
参数
- series
- IEnumerable<TimeSeriesPoint>
时序数据点。 应按时间戳按升序对点进行排序,以匹配更改点检测结果。
- granularity
- TimeGranularity
粒度用于验证输入序列是否有效。
例外
series
为 null。