Skip to content

Enum: AnomalyDetectionEnum

Labels for anomaly detection tasks

URI: valuesets:AnomalyDetectionEnum

Permissible Values

Value Meaning Description
NORMAL NCIT:C14165 Normal, expected behavior or pattern
ANOMALY STATO:0000036 Abnormal, unexpected behavior or pattern

Slots

Name Description
anomaly_detection Labels for anomaly detection tasks

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: AnomalyDetectionEnum
description: Labels for anomaly detection tasks
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  NORMAL:
    text: NORMAL
    description: Normal, expected behavior or pattern
    meaning: NCIT:C14165
    title: Normal
    aliases:
    - inlier
    - regular
    - '0'
  ANOMALY:
    text: ANOMALY
    description: Abnormal, unexpected behavior or pattern
    meaning: STATO:0000036
    title: Anomaly
    aliases:
    - outlier
    - abnormal
    - irregular
    - '1'