Re: [Numpy-discussion] Jaccard & Hamming Problem

2012-03-01 Thread Zayd YAKOUBI
d/> 2012/3/1 Warren Weckesser > > > On Thu, Mar 1, 2012 at 8:43 AM, Zayd YAKOUBI wrote: > >> Hello, >> >> I use the similarity measure "Jaccard" and "Hamming" of pckage >> Scipy.spacial.cdist (Python) in a clustering context, I applied

[Numpy-discussion] Jaccard & Hamming Problem

2012-03-01 Thread Zayd YAKOUBI
Hello, I use the similarity measure "Jaccard" and "Hamming" of pckage Scipy.spacial.cdist (Python) in a clustering context, I applied to given typs of real and integer (0.6 0.2 1.7 May 8 ). They gave good results. But I just know that they normally only applies to binary data. The function of thes