Package: discoCVI 0.1.1

Amin Entezari
discoCVI: Implementation of the DISCO Metric for Internal Clustering Evaluation
Implementation of the DISCO (Density-based Internal Score for Clusterings with nOise) metric, a cluster validity index for evaluating density-based clustering results without ground truth labels. DISCO is the first index to explicitly assess the quality of noise point assignments in addition to cluster quality. It uses density-connectivity distance derived from a minimum spanning tree of the mutual-reachability graph, providing interpretable, bounded scores in [-1, 1]. Higher scores indicate better clustering. Based on Beer et al. (2025) <doi:10.48550/arXiv.2503.00127>.
Authors:
discoCVI_0.1.1.tar.gz
discoCVI_0.1.1.zip(r-4.7)discoCVI_0.1.1.zip(r-4.6)discoCVI_0.1.1.zip(r-4.5)
discoCVI_0.1.1.tgz(r-4.6-any)discoCVI_0.1.1.tgz(r-4.5-any)
discoCVI_0.1.1.tar.gz(r-4.7-any)discoCVI_0.1.1.tar.gz(r-4.6-any)
discoCVI_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
discoCVI/json (API)
| # Install 'discoCVI' in R: |
| install.packages('discoCVI', repos = c('https://aminentezari.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/aminentezari/discocvi/issues
Last updated from:15fbcba17e. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 107 | ||
| source / vignettes | OK | 163 | ||
| linux-release-x86_64 | OK | 97 | ||
| macos-release-arm64 | OK | 148 | ||
| macos-oldrel-arm64 | OK | 129 | ||
| windows-devel | OK | 70 | ||
| windows-release | OK | 73 | ||
| windows-oldrel | OK | 69 | ||
| wasm-release | OK | 90 |
Exports:compute_dc_distancesdisco_samplesdisco_scorep_clusterp_noise
Dependencies:FNN
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Compute density-connectivity (DC) distances | compute_dc_distances |
| Per-sample DISCO scores | disco_samples |
| Overall DISCO score | disco_score |
| Silhouette-like cluster scores using DC distances | p_cluster |
| Noise-point scores | p_noise |