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:
Applies to
Azure SDK for Java