AnomalyValue interface

Properties

interpretation
isAnomaly

True if an anomaly is detected at the current timestamp.

score

Raw score from the model.

severity

Indicates the significance of the anomaly. The higher the severity, the more significant the anomaly.

Property Details

interpretation

interpretation?: AnomalyInterpretation[]

Property Value

isAnomaly

True if an anomaly is detected at the current timestamp.

isAnomaly: boolean

Property Value

boolean

score

Raw score from the model.

score: number

Property Value

number

severity

Indicates the significance of the anomaly. The higher the severity, the more significant the anomaly.

severity: number

Property Value

number