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
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
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 =