/AWS1/CL_AMPANOMALYDETECTORM00¶
Specifies the action to take when data is missing during anomaly detection evaluation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_markasanomaly TYPE /AWS1/AMPBOOLEAN /AWS1/AMPBOOLEAN¶
Marks missing data points as anomalies.
iv_skip TYPE /AWS1/AMPBOOLEAN /AWS1/AMPBOOLEAN¶
Skips evaluation when data is missing.
Queryable Attributes¶
markAsAnomaly¶
Marks missing data points as anomalies.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MARKASANOMALY() |
Getter for MARKASANOMALY, with configurable default |
ASK_MARKASANOMALY() |
Getter for MARKASANOMALY w/ exceptions if field has no value |
HAS_MARKASANOMALY() |
Determine if MARKASANOMALY has a value |
skip¶
Skips evaluation when data is missing.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SKIP() |
Getter for SKIP, with configurable default |
ASK_SKIP() |
Getter for SKIP w/ exceptions if field has no value |
HAS_SKIP() |
Determine if SKIP has a value |