Skip to content

/AWS1/CL_AMPIGNORENEAREXPECTED

Configuration for threshold settings that determine when values near expected values should be ignored during anomaly detection.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_amount TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The absolute amount by which values can differ from expected values before being considered anomalous.

iv_ratio TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING

The ratio by which values can differ from expected values before being considered anomalous.


Queryable Attributes

amount

The absolute amount by which values can differ from expected values before being considered anomalous.

Accessible with the following methods

Method Description
GET_AMOUNT() Getter for AMOUNT, with configurable default
ASK_AMOUNT() Getter for AMOUNT w/ exceptions if field has no value
STR_AMOUNT() String format for AMOUNT, with configurable default
HAS_AMOUNT() Determine if AMOUNT has a value

ratio

The ratio by which values can differ from expected values before being considered anomalous.

Accessible with the following methods

Method Description
GET_RATIO() Getter for RATIO, with configurable default
ASK_RATIO() Getter for RATIO w/ exceptions if field has no value
STR_RATIO() String format for RATIO, with configurable default
HAS_RATIO() Determine if RATIO has a value