Re: [Numpy-discussion] Jaccard & Hamming Problem

2012-03-01 Thread josef . pktd
On Thu, Mar 1, 2012 at 10:10 AM, Zayd YAKOUBI wrote: > thank you very much, > In fact, the functions of these two measures areĀ  for binary vectors, and I > have not found their extension to real data such as: 0.7, 0.9, 1.7 > Knowing that I applied to this data and it worked well.. > > Have an

Re: [Numpy-discussion] Jaccard & Hamming Problem

2012-03-01 Thread Zayd YAKOUBI
thank you very much, In fact, the functions of these two measures are for binary vectors, and I have not found their extension to real data such as: 0.7, 0.9, 1.7 Knowing that I applied to this data and it worked well.. Have an idea about the version of these functions for this type of data

Re: [Numpy-discussion] Jaccard & Hamming Problem

2012-03-01 Thread 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 to given > typs of real and integer (0.6 0.2 1.7 May 8 ). They gave good results. But I > just know tha

[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