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.10-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.10-1, https://cran.r-project.org/web/packages/anticlust. Accessed 06 May. 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
04/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/0405/05Downloads for anticlust0102030405060708090100110TrendBars

Today's Hot Picks in Authors and Packages

rotations  
Working with Rotation Data
Tools for working with rotational data, including simulation from the most commonly used distributi ...
Download / Learn more Package Citations See dependency  
simfam  
Simulate and Model Family Pedigrees with Structured Founders
The focus is on simulating and modeling families with founders drawn from a structured population (f ...
Download / Learn more Package Citations See dependency  
tashu  
Analysis and Prediction of Bicycle Rental Amount
Provides functions for analyzing citizens' bicycle usage pattern and predicting rental amount on spe ...
Download / Learn more Package Citations See dependency  
tbrf  
Time-Based Rolling Functions
Provides rolling statistical functions based on date and time windows instead of n-lagged observatio ...
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  
HuraultMisc  
Guillem Hurault Functions' Library
Contains various functions for data analysis, notably helpers and diagnostics for Bayesian modelling ...
Download / Learn more Package Citations See dependency  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

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