Re: I do not have access to the right _hierarchy.py source file

2015-05-17 Thread pegah Aliz
On Sunday, May 17, 2015 at 6:18:51 PM UTC+2, pegah Aliz wrote: > Hello Everybody, > > This question seems simple, but I can't find the solution: > > I use scipy.cluster.hierarchy to do a hierarchical clustering on a set of > points using "cosine" similar

Re: I do not have access to the right _hierarchy.py source file

2015-05-17 Thread pegah Aliz
On Sunday, May 17, 2015 at 6:18:51 PM UTC+2, pegah Aliz wrote: > Hello Everybody, > > This question seems simple, but I can't find the solution: > > I use scipy.cluster.hierarchy to do a hierarchical clustering on a set of > points using "cosine" similar

I do not have access to the right _hierarchy.py source file

2015-05-17 Thread pegah Aliz
Hello Everybody, This question seems simple, but I can't find the solution: I use scipy.cluster.hierarchy to do a hierarchical clustering on a set of points using "cosine" similarity metric. As an example, I have: import scipy.cluster.hierarchy as hac import matplotlib.pyplot as plt Points =