https://github.com/paxswill/cs495-tanimoto
Assignment 2 for CS495, Fall 2012
https://github.com/paxswill/cs495-tanimoto
Last synced: 4 months ago
JSON representation
Assignment 2 for CS495, Fall 2012
- Host: GitHub
- URL: https://github.com/paxswill/cs495-tanimoto
- Owner: paxswill
- Created: 2012-09-19T23:51:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-20T02:47:30.000Z (over 12 years ago)
- Last Synced: 2025-01-16T03:49:52.326Z (5 months ago)
- Language: Python
- Size: 93.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
Awesome Lists containing this project
README
The Jaccard distance is more suited for comparing membership in sets of objects
than Euclidian distance and the Pearson coeffcient. Those measurements are more
suited for comparing discrete numerical values.Similarly, the Tanimoto index is useful for comparing fixed-length, binary
attributes between items than for comparing tuples of numerical data or
variable sized sets.