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 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.1.1 |
| Depends: | R (≥ 2.10.1), methods |
| Imports: | methods, stats, graphics, utils |
| Suggests: | kernlab |
| Published: | 2011-09-08 |
| Author: | Ulrich Bodenhofer, Andreas Kothmeier |
| Maintainer: | Ulrich Bodenhofer <apcluster at bioinf.jku.at> |
| License: | GPL (≥ 2) |
| URL: | http://www.bioinf.jku.at/software/apcluster/ |
| Citation: | apcluster citation info |
| In views: | Cluster |
| CRAN checks: | apcluster results |
| Package source: | apcluster_1.1.1.tar.gz |
| MacOS X binary: | apcluster_1.1.1.tgz |
| Windows binary: | apcluster_1.1.1.zip |
| Reference manual: | apcluster.pdf |
| Vignettes: |
An R Package for Affinity Propagation Clustering |
| News/ChangeLog: | NEWS |
| Old sources: | apcluster archive |
| Reverse depends: | clusterCons |