Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChangeThresholdConditionPatch

Package version

Hierarchy

  • ChangeThresholdConditionPatch

Index

Properties

Optional anomalyDetectorDirection

anomalyDetectorDirection: AnomalyDetectorDirection

detection direction

Optional changePercentage

changePercentage: undefined | number

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

Optional shiftPoint

shiftPoint: undefined | number

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

Optional suppressCondition

suppressCondition: SuppressConditionPatch

Optional withinRange

withinRange: undefined | false | true

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