Other packages > Find by keyword >

anticlust  

Subset Partitioning via Anticlustering
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("anticlust", "0.8.9-1")



Attach the package and use:
library("anticlust")
Maintained by
Martin Papenberg
[Scholar Profile | Author Map]
First Published: 2020-06-29
Latest Update: 2023-10-26
Description:
The method of anticlustering partitions a pool of elements into groups (i.e., anticlusters) with the goal of maximizing between-group similarity or within-group heterogeneity. The anticlustering approach thereby reverses the logic of cluster analysis that strives for high within-group homogeneity and clear separation between groups. Computationally, anticlustering is accomplished by maximizing instead of minimizing a clustering objective function, such as the intra-cluster variance (used in k-means clustering) or the sum of pairwise distances within clusters. The main function anticlustering() gives access to exact and heuristic anticlustering methods described in Papenberg and Klau (2021; ), Brusco et al. (2020; ), and Papenberg (2023; ). The exact algorithms require that an integer linear programming solver is installed, either the GNU linear programming kit () together with the interface package 'Rglpk' (), or the SYMPHONY ILP solver () together with the interface package 'Rsymphony' (). Full access to the bicriterion anticlustering method proposed by Brusco et al. (2020) is given via the function bicriterion_anticlustering(), while kplus_anticlustering() implements the full functionality of the k-plus anticlustering approach proposed by Papenberg (2023). Some other functions are available to solve classical clustering problems. The function balanced_clustering() applies a cluster analysis under size constraints, i.e., creates equal-sized clusters. The function matching() can be used for (unrestricted, bipartite, or K-partite) matching. The function wce() can be used optimally solve the (weighted) cluster editing problem, also known as correlation clustering, clique partitioning problem or transitivity clustering.
How to cite:
Martin Papenberg (2020). anticlust: Subset Partitioning via Anticlustering. R package version 0.8.9-1, https://cran.r-project.org/web/packages/anticlust. Accessed 29 Mar. 2025.
Previous versions and publish date:
0.5.0 (2020-06-29 12:20), 0.5.3 (2020-09-25 11:50), 0.5.6 (2020-11-24 15:40), 0.6.0 (2021-12-01 12:00), 0.6.1 (2021-12-07 09:40), 0.6.3 (2023-01-30 15:30), 0.6.4 (2023-05-02 20:50), 0.7.0 (2023-07-15 23:30), 0.8.0-1 (2023-10-25 15:30), 0.8.0 (2023-09-14 01:00), 0.8.1 (2023-10-26 22:20), 0.8.3 (2024-04-24 12:50), 0.8.5 (2024-05-05 23:20), 0.8.7 (2024-10-01 16:50), 0.8.9-1 (2025-01-20 14:00), 0.8.9 (2025-01-17 16:10), 0.8.10 (2025-03-14 00:20)
Other packages that cited anticlust R package
View anticlust citation profile
Other R packages that anticlust depends, imports, suggests or enhances
Complete documentation for anticlust
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 anticlust020406080100120140TrendBars

Today's Hot Picks in Authors and Packages

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  
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  

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