flashClust: fast implementation of hierarchical clustering
Code of Fionn Murtagh, with modification by the R development team and Peter Langfelder
Peter (dot) Langfelder (at) gmail (dot) com
Description
This small package contains a fast implementation of hierarchical clustering. The package provides the
function flashClust whose use is identical to the use of the standard R function
hclust. In
fact, most of the code is also identical. The difference is that flashClust uses an adapted
version of the original Fortran code by Fionn Murtagh; this code is faster than the version used
in the standard R function hclust.
R package download and installation
Download the package flashClust_0.10-1 (last updated 2009/11/13):