DetectChangePointResponse interface
The response of change point detection.
Properties
confidence |
the change point confidence of each point |
is |
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. |
period | Frequency extracted from the series, zero means no recurrent pattern has been found. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
confidenceScores
the change point confidence of each point
confidenceScores?: number[]
Property Value
number[]
isChangePoint
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.
isChangePoint?: boolean[]
Property Value
boolean[]
period
Frequency extracted from the series, zero means no recurrent pattern has been found. NOTE: This property will not be serialized. It can only be populated by the server.
period?: number
Property Value
number
Azure SDK for JavaScript