Slot: phenodigm_score

the geometric mean of the jaccard similarity and the information content

URI: sim:phenodigm_score

Inheritance

Applicable Classes

Name

Description

Modifies Slot

TermPairwiseSimilarity

A simple pairwise similarity between two atomic concepts/terms

no

Properties

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/oak/similarity

LinkML Source

```yaml name: phenodigm_score description: the geometric mean of the jaccard similarity and the information content from_schema: https://w3id.org/oak/similarity rank: 1000 is_a: score alias: phenodigm_score domain_of: - TermPairwiseSimilarity range: NonNegativeFloat equals_expression: sqrt({jaccard_similarity} * {information_content})
</details>