victormocioiu / scipy-cluster

Automatically exported from code.google.com/p/scipy-cluster
Other
0 stars 0 forks source link

C implementation of jaccard incorrect. #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
`pdist(X, 'jaccard')`

What is the expected output? What do you see instead?
Compared with MATLAB's output, there are many differences. The alternative
Python implementation `pdist(X, 'test_jaccard')` generates the correct output.

I need to copy over the code from the Scipy repository and generate a new
release.

Original issue reported on code.google.com by damian.e...@gmail.com on 18 Apr 2008 at 3:04

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Fixed in the 0.1.6 release.

Original comment by damian.e...@gmail.com on 20 Apr 2008 at 1:10