Package: anticlust 0.8.15

anticlust: Subset Partitioning via Anticlustering

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.

Authors:Martin Papenberg [aut, cre], Meik Michalke [ctb], Gunnar W. Klau [ths], Juliane V. Nagel [ctb], Martin Breuer [ctb], Marie L. Schaper [ctb], Max Diekhoff [ctb], Hannah Hengelbrock [ctb]

anticlust_0.8.15.tar.gz
anticlust_0.8.15.zip(r-4.7)anticlust_0.8.15.zip(r-4.6)anticlust_0.8.15.zip(r-4.5)
anticlust_0.8.15.tgz(r-4.6-x86_64)anticlust_0.8.15.tgz(r-4.6-arm64)anticlust_0.8.15.tgz(r-4.5-x86_64)anticlust_0.8.15.tgz(r-4.5-arm64)
anticlust_0.8.15.tar.gz(r-4.7-arm64)anticlust_0.8.15.tar.gz(r-4.7-x86_64)anticlust_0.8.15.tar.gz(r-4.6-arm64)anticlust_0.8.15.tar.gz(r-4.6-x86_64)
anticlust_0.8.15.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
anticlust/json (API)

# Install 'anticlust' in R:
install.packages('anticlust', repos = c('https://m-py.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/m-py/anticlust/issues

Pkgdown/docs site:https://m-py.github.io

Datasets:

On CRAN:

Conda:

9.44 score 38 stars 2 packages 81 scripts 1.7k downloads 22 exports 4 dependencies

Last updated from:ed26511dfa. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK231
linux-devel-x86_64OK217
source / vignettesOK227
linux-release-arm64OK227
linux-release-x86_64OK221
macos-release-arm64OK204
macos-release-x86_64OK545
macos-oldrel-arm64OK305
macos-oldrel-x86_64OK425
windows-develOK217
windows-releaseOK208
windows-oldrelOK205
wasm-releaseOK121

Exports:anticlusteringbalanced_clusteringbicriterion_anticlusteringcategorical_samplingcategories_to_binarydispersion_objectivediversity_objectivefast_anticlusteringgenerate_exchange_partnersgenerate_partitionskplus_anticlusteringkplus_moment_variablesmatchingmean_sd_tabn_partitionsoptimal_anticlusteringoptimal_dispersionplot_clustersplot_similaritythree_phase_search_anticlusteringvariance_objectivewce

Dependencies:latticelpSolveMatrixRANN

Anticlustering in 2025

Rendered fromAnticlustering_in_2025.Rmdusingknitr::rmarkdownon May 15 2026.

Last update: 2025-10-31
Started: 2025-09-18

Some best practices for anticlustering

Rendered fromBest_practices.Rmdusingknitr::rmarkdownon May 15 2026.

Last update: 2024-10-08
Started: 2023-06-29

Speeding up anticlustering

Rendered fromSpeeding_up_anticlustering.Rmdusingknitr::rmarkdownon May 15 2026.

Last update: 2024-04-24
Started: 2023-06-13

Using categorical variables with anticlustering

Rendered fromCategorical_vars.Rmdusingknitr::rmarkdownon May 15 2026.

Last update: 2025-11-28
Started: 2023-06-23

Using the R package anticlust for stimulus selection in experiments

Rendered fromstimulus-selection.Rmdusingknitr::rmarkdownon May 15 2026.

Last update: 2023-10-25
Started: 2019-11-14