Difference between revisions of "Jaccard similarity"
From Cohen Courses
Jump to navigationJump to searchLine 1: | Line 1: | ||
== What problem does it address == | == What problem does it address == | ||
− | Jaccard similarity is used to measure the similarity between two sample sets. Jaccard similarity can be applied to binary sets. An extended version of Jaccard similarity which deals with attributes with counts | + | Jaccard similarity is used to measure the similarity between two sample sets. Jaccard similarity can be applied to binary sets. An extended version of Jaccard similarity which deals with attributes with counts or continuous values is called [[UsesMethod::Tanimoto coefficient]]. |
== Algorithm == | == Algorithm == |
Revision as of 21:17, 30 March 2011
What problem does it address
Jaccard similarity is used to measure the similarity between two sample sets. Jaccard similarity can be applied to binary sets. An extended version of Jaccard similarity which deals with attributes with counts or continuous values is called Tanimoto coefficient.
Algorithm
- Input
The size of A and B are same.
- Output