Skip to content

confidence

URI: sssom:confidence

Applicable to: Mapping

Description

A value assigned by the creator of the mapping to denote the creator's confidence or estimated probability that the mapping record is correct. A value of 1.0 means the creator has full confidence in the correctness of the mapping record, while a value of 0.0 means the creator is fully unsure whether the mapping record is correct or not. When not explicitly specified, confidence estimation algorithms should consider the mapping confidence to be 1.0 by default.

Properties

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

  • Minimum Value: 0 Maximum Value*: 1

Examples

Example: 0.95

Example value:

0.95

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

See Also

These are some relevant resources you might find useful to get additional information about the element, such as example implementations, issues and pull requests.

Schema developer documentation

LinkML source
name: confidence
description: 'A value assigned by the creator of the mapping to denote the creator''s
  confidence or estimated probability that the mapping record is correct. A value
  of 1.0 means the creator has full confidence in the correctness of the mapping record,
  while a value of 0.0 means the creator is fully unsure whether the mapping record
  is correct or not.

  When not explicitly specified, confidence estimation algorithms should consider
  the mapping confidence to be 1.0 by default.'
examples:
- value: '0.95'
  description: A confidence score of 0.95, indicating 95% confidence.
from_schema: https://w3id.org/sssom/schema/
see_also:
- https://mapping-commons.github.io/sssom/confidence-model
rank: 1000
alias: confidence
domain_of:
- mapping
range: double
minimum_value: 0.0
maximum_value: 1.0