fastcluster: Fast Hierarchical Clustering Routines for R and 'Python'

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. Based on the present package, Christoph Dalitz also wrote a pure 'C++' interface to 'fastcluster': <https://lionel.kr.hs-niederrhein.de/~dalitz/data/hclust/>.

Getting started

Package details

AuthorDaniel Müllner [aut, cph, cre], Google Inc. [cph]
MaintainerDaniel Müllner <daniel@danifold.net>
LicenseFreeBSD | GPL-2 | file LICENSE
Version1.2.3
URL http://danifold.net/fastcluster.html
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("fastcluster")

Try the fastcluster package in your browser

Any scripts or data that you put into this service are public.

fastcluster documentation built on May 25, 2021, 1:06 a.m.