Description
A Bootstrap Augmented k-Means Algorithm for Fuzzy Partitions.
Description
Implementation of the bootkmeans algorithm, a bootstrap augmented k-means algorithm that returns probabilistic cluster assignments. From paper by Ghashti, J.S., Andrews, J.L. Thompson, J.R.J., Epp, J. and H.S. Kochar (2025), "A bootstrap augmented k-means algorithm for fuzzy partitions" (Submitted).
README.md
You can install the development version of the bootkmeans package from GitHub with:
INSTALLATION
library(devtools)
install_github("https://github.com/ghashti-j/bootkmeans")
library(bootkmeans)