Slot: phenodigm_score
the geometric mean of the jaccard similarity and the information content
URI: https://w3id.org/monarch/monarch-py/:phenodigm_score
Inheritance
- score
- phenodigm_score
Applicable Classes
Name | Description | Modifies Slot |
---|---|---|
TermPairwiseSimilarity | A simple pairwise similarity between two atomic concepts/terms | no |
Properties
- Range: NonNegativeFloat
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/monarch/monarch-py
Mappings
Mapping Type | Mapped Value |
---|---|
self | https://w3id.org/monarch/monarch-py/:phenodigm_score |
native | https://w3id.org/monarch/monarch-py/:phenodigm_score |
LinkML Source
name: phenodigm_score
description: the geometric mean of the jaccard similarity and the information content
from_schema: https://w3id.org/monarch/monarch-py
rank: 1000
is_a: score
alias: phenodigm_score
domain_of:
- TermPairwiseSimilarity
range: NonNegativeFloat
equals_expression: sqrt({jaccard_similarity} * {information_content})