apcluster: Affinity Propagation Clustering

The apcluster package implements Frey's and Dueck's Affinity Propagation clustering in R. The algorithms are largely analogous to the Matlab code published by Frey and Dueck. The package further provides leveraged affinity propagation and an algorithm for exemplar-based agglomerative clustering that can also be used to join clusters obtained from affinity propagation. Various plotting functions are available for analyzing clustering results.

Version: 1.3.1
Depends: R (≥ 2.12.0), Rcpp (≥ 0.9.4), methods
Imports: methods, stats, graphics, utils
LinkingTo: Rcpp
Suggests: kernlab
Published: 2013-04-22
Author: Ulrich Bodenhofer, Andreas Kothmeier, Johannes Palme
Maintainer: Ulrich Bodenhofer <bodenhofer at bioinf.jku.at>
License: GPL (≥ 2)
URL: http://www.bioinf.jku.at/software/apcluster/
NeedsCompilation: yes
Citation: apcluster citation info
In views: Cluster
CRAN checks: apcluster results

Downloads:

Package source: apcluster_1.3.1.tar.gz
MacOS X binary: apcluster_1.3.1.tgz
Windows binary: apcluster_1.3.1.zip
Reference manual: apcluster.pdf
Vignettes: An R Package for Affinity Propagation Clustering
News/ChangeLog:NEWS
Old sources: apcluster archive

Reverse dependencies:

Reverse depends: clusterCons