File: README.md

package info (click to toggle)
r-cran-apcluster 1.4.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,892 kB
  • sloc: cpp: 1,258; ansic: 346; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 1,046 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# APCluster - An R Package for Affinity Propagation Clustering
Implements Affinity Propagation clustering introduced by Frey and
Dueck (2007;
[DOI:10.1126/science.1136800](http://dx.doi.org/10.1126/science.1136800)).
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.

This is the source code repository. The package can be installed from
[CRAN](https://CRAN.R-project.org/package=apcluster).
Further information and installation instructions are also available from
http://www.bioinf.jku.at/software/apcluster/.

The package is maintained by Ulrich Bodenhofer. The package itself has grown
over the years in which multiple students have contributed
significant parts: Johannes Palme, Chrats Melkonian, Andreas Kothmeier, and
Nikola Kostic