Generalized Bayesian Clustering with PHATE Geometry
gbphate(data, k = 2, ...)
an \((n\times p)\) matrix of row-stacked observations.
the number of clusters (default: 2).
extra parameters including
size of nearest neighborhood (default: 5).
decay parameter for Gaussian kernel exponent (default: 2).
hyperparameter of the Gamma prior (default: 0).
hyperparameter of the Gamma prior (default: 0).
number of MCMC samples to be thrown away for burn-in (default: 50).
number of MCMC samples to be kept after burn-in (default: 50).
a logical to use random initialization or not (default: TRUE
).
a logical to show how much an algorithm is proceeded (default: FALSE
.)