Papers › ERICA: Quantifying Replicability of Cluster Analysis

ERICA: Quantifying Replicability of Cluster Analysis

29 May 2026arXiv:2606.00302added by Syntology

Siamak K. Sorooshyari, Manuel A. Rivas, Robert Tibshirani

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Despite being ubiquitous in science, clustering lacks a unified framework for quantitatively evaluating the replicability of its results. We present evaluating replicability via iterative clustering assignments (ERICA), a method for determining whether clusters can be identified reproducibly in a dataset. The pipeline computes a statistic that determines whether reproducible cluster structure is present in a dataset. Quantitative visualization methods are also introduced to characterize similarities between clusters and identify observations that may represent outliers or unstable assignments. Experiments on synthetic datasets demonstrate that ERICA successfully identifies reproducible cluster structure. In contrast, application of ERICA to three breast cancer gene-expression datasets reveals instances in which clustering solutions are not reproducible. The study underscores the importance of rigorously evaluating clustering solutions and provides a practical framework for doing so.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.00302")

Code

Syntology Ran 14 of 19 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 2 ran · honoured contract; 9 ran · our draft was wrong; 3 ran · fixture could not drive it.

By repository: found in paper text by Syntology: 19 samples from 1 repository, 14 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

sorooshyari/ERICA found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 14 ran; 2 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
9ran · our draft was wrong
3ran · fixture could not drive it
5unverified

Licence: 0 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from sorooshyari/ERICA. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

_align_cluster_identities sorooshyari/ERICA/erica/core.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · e96a265e662b463a · report
_generate_clam_matrix sorooshyari/ERICA/erica/core.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 235a82d37d1a1946 · report
compute_config_hash sorooshyari/ERICA/erica/core.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · b263eecb424bca16 · report
compute_cri sorooshyari/ERICA/erica/core.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · ae1fac4d66901c39 · report
compute_metrics_for_clam sorooshyari/ERICA/erica/core.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 9f083357f6b25c3a · report
compute_twcri sorooshyari/ERICA/erica/core.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 402609545ec123d0 · report
compute_wcri sorooshyari/ERICA/erica/core.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · a29cb6ff7a09f1c1 · report
hdbscan_clustering sorooshyari/ERICA/erica/core.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 66d5c9904dc975f2 · report
iterative_clustering_subsampling sorooshyari/ERICA/erica/core.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · bbf3311239d8be50 · report
load_iteration_data sorooshyari/ERICA/erica/core.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 2a52f4997cf2baa0 · report
normalize_method sorooshyari/ERICA/erica/core.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · a8c11e499e4b9084 · report
prepare_samples_array sorooshyari/ERICA/erica/core.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 9cd708dcbe192e68 · report
select_optimal_k sorooshyari/ERICA/erica/core.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 2a38b803d94cd888 · report
select_optimal_k_by_method sorooshyari/ERICA/erica/core.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 2b9abe606aa04a6a · report
ERICA sorooshyari/ERICA/erica/core.py found in paper text by Syntology unverified MIT (permissive) · 7c27c6ad727c0851 · report
agglomerative_clustering sorooshyari/ERICA/erica/core.py found in paper text by Syntology unverified MIT (permissive) · 91930d25ed93bdea · report
kmeans_clustering sorooshyari/ERICA/erica/core.py found in paper text by Syntology unverified MIT (permissive) · e6aa2bfc45cf4e05 · report
set_deterministic_mode sorooshyari/ERICA/erica/core.py found in paper text by Syntology unverified MIT (permissive) · 6e266fa7ef16e025 · report
validate_dataset sorooshyari/ERICA/erica/core.py found in paper text by Syntology unverified MIT (permissive) · 2afd74b8b1021d81 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.00302, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections