Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChangeThresholdCondition

Package version

Hierarchy

  • ChangeThresholdCondition

Index

Properties

anomalyDetectorDirection

anomalyDetectorDirection: AnomalyDetectorDirection

detection direction

changePercentage

changePercentage: number

change percentage, value range : [0, +∞)

shiftPoint

shiftPoint: number

shift point, value range : [1, +∞)

suppressCondition

suppressCondition: SuppressCondition

withinRange

withinRange: boolean

if the withinRange = true, detected data is abnormal when the value falls in the range, in this case anomalyDetectorDirection must be Both if the withinRange = false, detected data is abnormal when the value falls out of the range

Generated using TypeDoc