Package: apcluster Type: Package Title: Affinity Propagation Clustering Version: 1.4.14 Date: 2025-09-09 Depends: R (>= 3.3.0) Imports: Rcpp (>= 0.11.1), methods, Matrix, stats, graphics, grDevices Suggests: knitr Authors@R: c(person(given = "Ulrich", family = "Bodenhofer", role = c("aut", "cre"), email = "ulrich@bodenhofer.com"), person(given = "Johannes", family = "Palme", role = "ctb"), person(given = "Chrats", family = "Melkonian", role = "ctb"), person(given = "Andreas", family = "Kothmeier", role = "aut"), person(given = "Nikola", family = "Kostic", role = "ctb")) Maintainer: Ulrich Bodenhofer Description: Implements Affinity Propagation clustering introduced by Frey and Dueck (2007) . 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. License: GPL (>= 2) Collate: AllClasses.R AllGenerics.R access-methods.R coerce-methods.R show-methods.R labels-methods.R length-methods.R revDend.R heatmap-methods.R plot-methods.R cutree-methods.R sort-methods.R aggExCluster-methods.R apcluster-methods.R apclusterL-methods.R apclusterK-methods.R apclusterDemo.R preferenceRange-methods.R similarity.R simpleDist.R conversions.R URL: https://github.com/UBod/apcluster VignetteBuilder: knitr LinkingTo: Rcpp LazyLoad: yes Repository: https://ubod.r-universe.dev Date/Publication: 2025-09-09 10:58:50 UTC RemoteUrl: https://github.com/ubod/apcluster RemoteRef: HEAD RemoteSha: 7c767d75823c995246aa83d6ad62a2460c87ea1f NeedsCompilation: yes Packaged: 2026-06-06 07:39:06 UTC; root Author: Ulrich Bodenhofer [aut, cre], Johannes Palme [ctb], Chrats Melkonian [ctb], Andreas Kothmeier [aut], Nikola Kostic [ctb]