你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DetectChangePointRequest interface
更改点检测的请求。
属性
custom |
自定义间隔用于设置非标准时间间隔,例如,如果序列为 5 分钟,则可以将请求设置为 {“granularity”:“minutely”, “customInterval”:5}。 |
granularity | 只能是每年、每月、每周、每日、每小时、分钟或秒之一。 粒度用于验证输入序列是否有效。 |
period | 可选参数,时序的周期值。 如果值为 null 或不存在,则 API 将自动确定周期。 |
series | 时序数据点。 应按时间戳按升序对点进行排序,以匹配更改点检测结果。 |
stable |
可选参数、高级模型参数、默认稳定TrendWindow 将用于检测。 |
threshold | 可选参数(高级模型参数)介于 0.0-1.0 之间,值越低,趋势误差越大,这意味着接受的变化点越少。 |
属性详细信息
customInterval
自定义间隔用于设置非标准时间间隔,例如,如果序列为 5 分钟,则可以将请求设置为 {“granularity”:“minutely”, “customInterval”:5}。
customInterval?: number
属性值
number
granularity
period
可选参数,时序的周期值。 如果值为 null 或不存在,则 API 将自动确定周期。
period?: number
属性值
number
series
stableTrendWindow
可选参数、高级模型参数、默认稳定TrendWindow 将用于检测。
stableTrendWindow?: number
属性值
number
threshold
可选参数(高级模型参数)介于 0.0-1.0 之间,值越低,趋势误差越大,这意味着接受的变化点越少。
threshold?: number
属性值
number