fastcluster (1.1.0)
Fast hierarchical clustering routines for R and Python.
http://math.stanford.edu/~muellner/fastcluster.html
http://cran.r-project.org/web/packages/fastcluster
This is a two-in-one package which provides interfaces to both R and Python. It implements fast hierarchical, agglomerative clustering routines. Part of the functionality is designed as drop-in replacement for existing routines: âlinkageâ in the SciPy package âscipy.cluster.hierarchyâ, âhclustâ in R's âstatsâ package, and the âflashClustâ package. It provides the same functionality, with the benefit of a much faster implementation. Moreover, there are memory-saving routines for clustering of vector data, which go beyond what the existing packages provide. For information on how to install the Python files, see the file INSTALL in the source distribution.
Maintainer:
Daniel Müllner
Author(s): Daniel Müllner, http://math.stanford.edu/~muellner
License: GPL-3
Uses: Does not use any package
Enhances: flashClust
Reverse depends: PropClust, SpatialVx, WGCNA
Reverse suggests: hyperSpec, linkcomm, MRPC, propr, Rclusterpp, TDAmapper
Released about 8 years ago.