Skip to content

Enum: ConfidenceLevelEnum

Confidence levels for predictions and classifications

URI: valuesets:ConfidenceLevelEnum

Permissible Values

Value Meaning Description
VERY_HIGH None Very high confidence (>95%)
HIGH None High confidence (80-95%)
MEDIUM None Medium confidence (60-80%)
LOW None Low confidence (40-60%)
VERY_LOW None Very low confidence (<40%)

Slots

Name Description
confidence_level Confidence levels for predictions and classifications

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: ConfidenceLevelEnum
description: Confidence levels for predictions and classifications
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  VERY_HIGH:
    text: VERY_HIGH
    description: Very high confidence (>95%)
    title: Very High
    aliases:
    - certain
    - '5'
  HIGH:
    text: HIGH
    description: High confidence (80-95%)
    title: High
    aliases:
    - confident
    - '4'
  MEDIUM:
    text: MEDIUM
    description: Medium confidence (60-80%)
    title: Medium
    aliases:
    - moderate
    - '3'
  LOW:
    text: LOW
    description: Low confidence (40-60%)
    title: Low
    aliases:
    - uncertain
    - '2'
  VERY_LOW:
    text: VERY_LOW
    description: Very low confidence (<40%)
    title: Very Low
    aliases:
    - guess
    - '1'