An open API service indexing awesome lists of open source software.

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

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.