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.13")



Attach the package and use:
library("apcluster")
Maintained by
Ulrich Bodenhofer
[Scholar Profile | Author Map]
First Published: 2010-03-02
Latest Update: 2022-05-31
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.13, https://cran.r-project.org/web/packages/apcluster. Accessed 29 Mar. 2025.
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)
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
02/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/28Downloads for apcluster406080100120140160180200TrendBars

Today's Hot Picks in Authors and Packages

landmix  
Landmark Prediction for Mixture Data
Non-parametric prediction of survival outcomes for mixture data that incorporates covariates and a l ...
Download / Learn more Package Citations See dependency  
gglgbtq  
Show Pride on 'ggplot2' Plots
Provides multiple palettes based on pride flags with tailored themes. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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