anticlust
0.8.14Subset Partitioning via Anticlustering
Overview
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 optimal and heuristic anticlustering methods described in Papenberg and Klau (2021; doi:10.1037/met0000301), Brusco et al. (2020; doi:10.1111/bmsp.12186), Papenberg (2024; doi:10.1111/bmsp.12315), Papenberg, Wang, et al. (2025; doi:10.1016/j.crmeth.2025.101137), Papenberg, Breuer, et al. (2025; doi:10.1017/psy.2025.10052), and Yang et al. (2022; doi:10.1016/j.ejor.2022.02.003). The optimal algorithms require that an integer linear programming solver is installed. This package will install 'lpSolve' (https://cran.r-project.org/package=lpSolve) as a default solver, but it is also possible to use the package 'Rglpk' (https://cran.r-project.org/package=Rglpk), which requires the GNU linear programming kit (https://www.gnu.org/software/glpk/glpk.html), the package 'Rsymphony' (https://cran.r-project.org/package=Rsymphony), which requires the SYMPHONY ILP solver (https://github.com/coin-or/SYMPHONY), or the commercial solver Gurobi, which provides its own R package that is not available via CRAN (https://www.gurobi.com/downloads/). 'Rglpk', 'Rsymphony', 'gurobi' and their system dependencies have to be manually installed by the user because they are only suggested dependencies. 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 (2024). 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.
Install
Health
- OK2026-06-1013 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
- ERROR2026-06-0612 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE
- OK2026-05-0913 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
- ERROR2026-05-0312 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE
- OK2026-04-2512 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
Show 1 earlier snapshots
- NOTE2026-03-1011 OK · 3 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
Documentation
- Examples that run
- 96%
- Documented parameters
- 100%
- Return-value docs
- 82%
- References docs
- 71%
Downloads
Repository
Stars over time
Forks over time
Releases over time
Issues over time
PRs over time
Repository practices
2 development-tooling and community-health practices detected across 2 families in the upstream repository
Checks run against github.com/m-py/anticlust on 2026-07-30.
Dependencies
Code & Tests
Datasets
People & History
21 releases. Pick two to compare their code metrics. R releases are shown for context.
- RR 4.6.0 released · 2026-04-24
- 0.8.14Latest
- 0.8.132025-11-29 · diff ↗
- 0.8.122025-10-31 · diff ↗
- RR 4.5.0 released · 2025-04-11
- 0.8.10-12025-03-26 · diff ↗
- 0.8.102025-03-14 · diff ↗
- 0.8.9-12025-01-20 · diff ↗
- 0.8.92025-01-17 · diff ↗
- 0.8.72024-10-01 · diff ↗
- 0.8.52024-05-05 · diff ↗
- 0.8.32024-04-24 · diff ↗
- RR 4.4.0 released · 2024-04-24
- 0.8.12023-10-26 · diff ↗
- 0.8.0-12023-10-25 · diff ↗
- 0.8.02023-09-14 · diff ↗
Show 12 earlier events
- 0.7.02023-07-15 · diff ↗
- 0.6.42023-05-02 · diff ↗
- RR 4.3.0 released · 2023-04-21
- 0.6.32023-01-30 · diff ↗
- RR 4.2.0 released · 2022-04-22
- 0.6.12021-12-07 · diff ↗
- 0.6.02021-12-01 · diff ↗
- RR 4.1.0 released · 2021-05-18
- 0.5.62020-11-24 · diff ↗
- 0.5.32020-09-25 · diff ↗
- 0.5.02020-06-29
- RR 4.0.0 released · 2020-04-24
Package metadata
- First published
- 2020-06-29
- Total releases
- 21 / 6 yrs
- License
- MIT + file LICENSE OSI
- Minimum R
- ≥ 3.6.0
- Bundled data
- 17 KB / 2 files
- Download size
- 598 KB
- Installed size
- not tracked yet
- With dependencies
- not tracked yet