Skip to content

confidence

URI: sssom:confidence

Applicable to: Mapping

Description

A score between 0 and 1 to denote the confidence or probability that the match is correct, where 1 denotes total confidence.

Properties

  • Range: Double. The range of the element is the type of the value that can be assigned to it.

  • Required?: Optional (You can add this element to the mapping or mapping set, but it is not required.) Minimum Value: 0 Maximum Value: 1

Examples

Example: 0.95

Example value:

0.95

Description: A confidence score of 0.95, indicating 95% confidence.

Schema developer documentation

LinkML source
name: confidence
description: A score between 0 and 1 to denote the confidence or probability that
  the match is correct, where 1 denotes total confidence.
examples:
- value: '0.95'
  description: A confidence score of 0.95, indicating 95% confidence.
from_schema: https://w3id.org/sssom/schema/
rank: 1000
alias: confidence
domain_of:
- mapping
range: double
minimum_value: 0.0
maximum_value: 1.0