Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DetectChangePointResponse

Package version

Hierarchy

  • DetectChangePointResponse

Index

Properties

Optional confidenceScores

confidenceScores: number[]

the change point confidence of each point

Optional isChangePoint

isChangePoint: boolean[]

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.

Optional period

period: undefined | number

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.

Generated using TypeDoc