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]
All associated links for this package
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 21 Nov. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  
deductive  
Data Correction and Imputation Using Deductive Methods
Attempt to repair inconsistencies and missing values in data records by using information from vali ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
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  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

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