Skip to content

Class: Threshold

Decision threshold applied to a metric, prediction or score (Clause 7.4.3).

URI: iso22989:Threshold

 classDiagram
    class Threshold
    click Threshold href "../Threshold/"
      NamedEntity <|-- Threshold
        click NamedEntity href "../NamedEntity/"

      Threshold : aliases

      Threshold : applies_to_metric

      Threshold : clause_reference

      Threshold : description

      Threshold : id

      Threshold : name

      Threshold : preferred_label

      Threshold : see_also_uri

      Threshold : threshold_policy

      Threshold : threshold_value

Inheritance

Slots

Name Cardinality and Range Description Inheritance
threshold_value 1
Float
Numeric threshold value direct
applies_to_metric 0..1
String
Name of the metric or score the threshold applies to direct
threshold_policy 0..1
String
Policy describing how the threshold is interpreted direct
id 1
Uriorcurie
Unique CURIE or URI identifying the entity NamedEntity
name 1
String
Human-readable label for the entity NamedEntity
description 0..1
String
Free-text description of the entity (paraphrased; verbatim ISO text excluded) NamedEntity
clause_reference 0..1
String
ISO/IEC 22989:2022 clause identifier (e NamedEntity
aliases *
String
Alternative names or synonyms for the term NamedEntity
preferred_label 0..1
String
Preferred natural-language label NamedEntity
see_also_uri *
Uriorcurie
Pointers to related external resources or term records NamedEntity

In Subsets

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self iso22989:Threshold
native iso22989:Threshold

LinkML Source

Direct

name: Threshold
description: Decision threshold applied to a metric, prediction or score (Clause 7.4.3).
in_subset:
- ai_functional_view
from_schema: https://w3id.org/lmodel/iso22989
is_a: NamedEntity
attributes:
  threshold_value:
    name: threshold_value
    description: Numeric threshold value.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    domain_of:
    - Threshold
    range: float
    required: true
  applies_to_metric:
    name: applies_to_metric
    description: Name of the metric or score the threshold applies to.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    domain_of:
    - Threshold
    range: string
  threshold_policy:
    name: threshold_policy
    description: Policy describing how the threshold is interpreted.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    domain_of:
    - Threshold
    range: string

Induced

name: Threshold
description: Decision threshold applied to a metric, prediction or score (Clause 7.4.3).
in_subset:
- ai_functional_view
from_schema: https://w3id.org/lmodel/iso22989
is_a: NamedEntity
attributes:
  threshold_value:
    name: threshold_value
    description: Numeric threshold value.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: Threshold
    domain_of:
    - Threshold
    range: float
    required: true
  applies_to_metric:
    name: applies_to_metric
    description: Name of the metric or score the threshold applies to.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: Threshold
    domain_of:
    - Threshold
    range: string
  threshold_policy:
    name: threshold_policy
    description: Policy describing how the threshold is interpreted.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: Threshold
    domain_of:
    - Threshold
    range: string
  id:
    name: id
    description: Unique CURIE or URI identifying the entity.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    slot_uri: dcterms:identifier
    identifier: true
    owner: Threshold
    domain_of:
    - NamedEntity
    range: uriorcurie
    required: true
  name:
    name: name
    description: Human-readable label for the entity.
    from_schema: https://w3id.org/lmodel/iso22989
    exact_mappings:
    - dcterms:title
    - schema:name
    rank: 1000
    slot_uri: schema:name
    owner: Threshold
    domain_of:
    - NamedEntity
    range: string
    required: true
  description:
    name: description
    description: Free-text description of the entity (paraphrased; verbatim ISO text
      excluded).
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    slot_uri: dcterms:description
    owner: Threshold
    domain_of:
    - NamedEntity
    range: string
  clause_reference:
    name: clause_reference
    description: ISO/IEC 22989:2022 clause identifier (e.g. "5.11.4") the element
      corresponds to.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    owner: Threshold
    domain_of:
    - NamedEntity
    - AutonomyAssessment
    - VerificationValidationFramework
    range: string
    pattern: ^[0-9]+(\.[0-9]+){0,3}$
  aliases:
    name: aliases
    description: Alternative names or synonyms for the term.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    slot_uri: skos:altLabel
    owner: Threshold
    domain_of:
    - NamedEntity
    range: string
    multivalued: true
  preferred_label:
    name: preferred_label
    description: Preferred natural-language label.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    slot_uri: skos:prefLabel
    owner: Threshold
    domain_of:
    - NamedEntity
    range: string
  see_also_uri:
    name: see_also_uri
    description: Pointers to related external resources or term records.
    from_schema: https://w3id.org/lmodel/iso22989
    rank: 1000
    slot_uri: rdfs:seeAlso
    owner: Threshold
    domain_of:
    - NamedEntity
    range: uriorcurie
    multivalued: true