victormocioiu / scipy-cluster

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

passing boolean matrices to pdist for boolean distance functions fails #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

`pdist(X, 'hamming')`
`pdist(X, 'jaccard')`
`pdist(X, 'any_implemented_boolean_distance_matrix')`

What is the expected output? What do you see instead?

An exception is generated.

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

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:08