Software

R packages and software developed

Open-source R packages for statistical computing and cluster analysis, built to make advanced clustering diagnostics accessible and reproducible.


Silhouette

Proximity Measure Based Diagnostics for Standard, Soft, and Multi-Way Clustering

Downloads
monthly downloads total downloads

📦 CRAN

R package version 0.9.6

📖 Documentation

Package website & vignettes

Authors: Shrikrishna Bhat K and Kiruthika C
DOI: 10.32614/CRAN.package.Silhouette

Installation

install.packages("Silhouette")

blockclusterPDQ

An R Package for Block Probabilistic Distance Clustering

🐙 GitHub

Source code repository

Authors: Shrikrishna Bhat K and Kiruthika C

Installation

# Install from GitHub
# install.packages("devtools")
devtools::install_github("kskbhat/blockclusterPDQ")

Back to top