[R] hcluster with linkage median

Peter Langfelder peter.langfelder at gmail.com
Mon Sep 27 17:44:20 CEST 2010


On Mon, Sep 27, 2010 at 8:22 AM, Kennedy <henrik.aldberg at gmail.com> wrote:
>
> Hi,
>
> I want to perform a hierarchical clustering using the median as linkage
> metric. As I understand it the function hcluster in package amap have this
> option but it does not produce the results that I expect.

Also, if you have a large(r) data set, the package flashClust provides
a much faster (n^2 vs. n^3) replacement for hclust with exactly the
same results.

Peter



More information about the R-help mailing list