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

UnivariateChangePointDetectionOptions 类

定义

更改点检测请求。

public class UnivariateChangePointDetectionOptions
type UnivariateChangePointDetectionOptions = class
Public Class UnivariateChangePointDetectionOptions
继承
UnivariateChangePointDetectionOptions

构造函数

UnivariateChangePointDetectionOptions(IEnumerable<TimeSeriesPoint>, TimeGranularity)

初始化 UnivariateChangePointDetectionOptions 的新实例。

属性

CustomInterval

自定义间隔用于设置非标准时间间隔。 例如,如果序列为 5 分钟,则可以将请求设置为 {“粒度”:“minutely”,“customInterval”:5}。

Granularity

粒度用于验证输入序列是否有效。

Period

指示时序的周期值的参数。 如果值为 null 或不存在,API 将自动确定时间段。

Series

时序数据点。 应按时间戳按升序对点进行排序,以匹配更改点检测结果。

StableTrendWindow

指示高级模型参数的参数。 默认的 stableTrendWindow 值将用于检测。

Threshold

指示介于 0.0 和 1.0 之间的高级模型参数的参数。 该值越低,趋势误差越大,这意味着接受的更改点越少。

适用于