Other packages > Find by keyword >

apcluster  

Affinity Propagation Clustering
View on CRAN: Click here


Download and install apcluster package within the R console
Install from CRAN:
install.packages("apcluster")

Install from Github:
library("remotes")
install_github("cran/apcluster")

Install by package version:
library("remotes")
install_version("apcluster", "1.4.14")



Attach the package and use:
library("apcluster")
Maintained by
Ulrich Bodenhofer
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2010-03-02
Latest Update: 2025-09-03
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.
How to cite:
Ulrich Bodenhofer (2010). apcluster: Affinity Propagation Clustering. R package version 1.4.14, https://cran.r-project.org/web/packages/apcluster. Accessed 06 Mar. 2026.
Previous versions and publish date:
1.0.1 (2010-03-02 17:57), 1.0.2 (2010-03-19 13:57), 1.0.3 (2011-03-01 16:50), 1.1.0 (2011-06-15 19:59), 1.1.1 (2011-09-08 11:24), 1.2.0 (2012-03-26 09:56), 1.2.1 (2012-06-12 16:56), 1.3.0 (2013-01-07 16:34), 1.3.1 (2013-04-22 16:59), 1.3.2 (2013-06-11 00:13), 1.3.3 (2014-02-21 11:15), 1.3.4 (2014-06-25 12:48), 1.3.5 (2014-06-26 12:50), 1.4.0 (2014-12-01 20:38), 1.4.1 (2014-12-09 12:55), 1.4.2 (2015-12-24 13:46), 1.4.3 (2016-02-24 10:18), 1.4.4 (2017-07-04 09:11), 1.4.5 (2018-01-30 21:44), 1.4.6 (2018-05-28 20:35), 1.4.7 (2018-05-30 00:07), 1.4.8 (2019-08-21 09:40), 1.4.9 (2022-01-14 18:12), 1.4.10 (2022-05-31 18:10), 1.4.11 (2023-09-19 20:00), 1.4.12 (2024-04-20 02:22), 1.4.13 (2024-04-26 14:20)
Other packages that cited apcluster R package
View apcluster citation profile
Other R packages that apcluster depends, imports, suggests or enhances
Complete documentation for apcluster
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA