你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
UnivariateChangePointDetectionResult Class
- java.
lang. Object - com.
azure. ai. anomalydetector. models. UnivariateChangePointDetectionResult
- com.
public final class UnivariateChangePointDetectionResult
The response of change point detection.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Double> |
getConfidenceScores()
Get the confidence |
List<Boolean> |
getIsChangePoint()
Get the is |
Integer |
getPeriod()
Get the period property: Frequency extracted from the series, zero means no recurrent pattern has been found. |
Methods inherited from java.lang.Object
Method Details
getConfidenceScores
public List
Get the confidenceScores property: the change point confidence of each point.
Returns:
getIsChangePoint
public List
Get the isChangePoint property: isChangePoint contains change point properties for each input point. True means an anomaly either negative or positive has been detected. The index of the array is consistent with the input series.
Returns:
getPeriod
public Integer getPeriod()
Get the period property: Frequency extracted from the series, zero means no recurrent pattern has been found.
Returns: