View source: R/spatialCluster.R
cluster | R Documentation |
iterate_*()
functionsWrapper around C++ iterate_*()
functions
cluster(
Y,
q,
df_j,
init = rep(1, nrow(Y)),
model = c("t", "normal"),
precision = c("equal", "variable"),
mu0 = colMeans(Y),
lambda0 = diag(0.01, nrow = ncol(Y)),
gamma = 3,
alpha = 1,
beta = 0.01,
nrep = 1000,
thin = 100
)
List of clustering parameter values at each iteration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.