Slot: cosine_similarity

the dot product of two node embeddings divided by the product of their lengths

URI: sim:cosine_similarity

Inheritance

  • score

    • cosine_similarity

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: cosine_similarity description: the dot product of two node embeddings divided by the product of their lengths from_schema: https://w3id.org/oak/similarity rank: 1000 is_a: score alias: cosine_similarity domain_of: - TermPairwiseSimilarity range: float
</details>