Anomaly¶
Structure Class¶
Anomaly
dataclass
¶
Contains information about the anomalies.
Attributes¶
profiles
class-attribute
instance-attribute
¶
profiles: dict[str, dict[str, list[AnomalyObject]]] | None = None
Information about the types of profiles.
unusual
class-attribute
instance-attribute
¶
unusual: AnomalyUnusual | None = None
Information about the behavior of the anomalies.