Skip to content

similarity_score

URI: sssom:similarity_score

Applicable to: Mapping

Description

A score between 0 and 1 to denote the similarity between two entities, where 1 denotes equivalence, and 0 denotes disjointness. The score is meant to be used in conjunction with the similarity_measure field, to document, for example, the lexical or semantic match of a matching algorithm.

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 similarity score of 0.95, indicating 95% similarity.

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: similarity_score
description: A score between 0 and 1 to denote the similarity between two entities,
  where 1 denotes equivalence, and 0 denotes disjointness. The score is meant to be
  used in conjunction with the similarity_measure field, to document, for example,
  the lexical or semantic match of a matching algorithm.
examples:
- value: '0.95'
  description: A similarity score of 0.95, indicating 95% similarity.
from_schema: https://w3id.org/sssom/schema/
see_also:
- https://github.com/mapping-commons/sssom/issues/385
- https://github.com/mapping-commons/sssom/pull/386
- https://github.com/mapping-commons/sssom/blob/master/examples/schema/similarity_score.sssom.tsv
rank: 1000
alias: similarity_score
domain_of:
- mapping
range: double
minimum_value: 0.0
maximum_value: 1.0