AnomalyDetectorMissingDataAction

Specifies the action to take when data is missing during anomaly detection evaluation.

Inheritors

Types

Link copied to clipboard

Marks missing data points as anomalies.

Link copied to clipboard
Link copied to clipboard

Skips evaluation when data is missing.

Functions

Link copied to clipboard

Casts this AnomalyDetectorMissingDataAction as a MarkAsAnomaly and retrieves its kotlin.Boolean value. Throws an exception if the AnomalyDetectorMissingDataAction is not a MarkAsAnomaly.

Link copied to clipboard
Link copied to clipboard

Casts this AnomalyDetectorMissingDataAction as a Skip and retrieves its kotlin.Boolean value. Throws an exception if the AnomalyDetectorMissingDataAction is not a Skip.

Link copied to clipboard

Casts this AnomalyDetectorMissingDataAction as a Skip and retrieves its kotlin.Boolean value. Returns null if the AnomalyDetectorMissingDataAction is not a Skip.