Package: fastcluster 1.2.6

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/>.

Authors:Daniel Müllner [aut, cph, cre], Google Inc. [cph]

fastcluster_1.2.6.tar.gz
fastcluster_1.2.6.zip(r-4.5)fastcluster_1.2.6.zip(r-4.4)fastcluster_1.2.6.zip(r-4.3)
fastcluster_1.2.6.tgz(r-4.4-x86_64)fastcluster_1.2.6.tgz(r-4.4-arm64)fastcluster_1.2.6.tgz(r-4.3-x86_64)fastcluster_1.2.6.tgz(r-4.3-arm64)
fastcluster_1.2.6.tar.gz(r-4.5-noble)fastcluster_1.2.6.tar.gz(r-4.4-noble)
fastcluster_1.2.6.tgz(r-4.4-emscripten)fastcluster_1.2.6.tgz(r-4.3-emscripten)
fastcluster.pdf |fastcluster.html
fastcluster/json (API)
NEWS

# Install 'fastcluster' in R:
install.packages('fastcluster', repos = c('https://dmuellner.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

2 exports 10 stars 6.87 score 0 dependencies 99 dependents 36 mentions 368 scripts 12.1k downloads

Last updated 8 months agofrom:41c5567ec8. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 09 2024
R-4.5-win-x86_64OKSep 09 2024
R-4.5-linux-x86_64OKSep 09 2024
R-4.4-win-x86_64OKSep 09 2024
R-4.4-mac-x86_64OKSep 09 2024
R-4.4-mac-aarch64OKSep 09 2024
R-4.3-win-x86_64OKSep 09 2024
R-4.3-mac-x86_64OKSep 09 2024
R-4.3-mac-aarch64OKSep 09 2024

Exports:hclusthclust.vector

Dependencies:

User's manual

Rendered fromfastcluster.Rtexusingutils::Sweaveon Sep 09 2024.

Last update: 2024-01-13
Started: 2013-12-17