Slot: jaccard_similarity

The number of concepts in the intersection divided by the number in the union

URI: sim:jaccard_similarity

Inheritance

  • score

    • jaccard_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: jaccard_similarity description: The number of concepts in the intersection divided by the number in the union from_schema: https://w3id.org/oak/similarity rank: 1000 is_a: score alias: jaccard_similarity domain_of: - TermPairwiseSimilarity range: ZeroToOne
</details>