JohnLetnev / airhead-research

Automatically exported from code.google.com/p/airhead-research
0 stars 0 forks source link

Jaccard index incorrectly calculated for double data type #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The method Similarity.jaccardIndex(double[] a, double[] b)
does not use the array b in calculation. Instead it uses a in both loops. 

Looking at revision 386

Original issue reported on code.google.com by andrejs....@gmail.com on 20 Jun 2009 at 9:37

GoogleCodeExporter commented 9 years ago
Fixed in revision 388.  Since this isn't a standard code path for any of the 
.jar
executables, no new version will be released.

Original comment by David.Ju...@gmail.com on 22 Jun 2009 at 8:44