Description Usage Arguments Value Author(s)
Initialization of responsibilities
1 2 | func.uinit(x, n.comp, init = "kmeans", my.cl = NULL,
nstart.kmeans = 1, iter.max.kmeans = 10, modelname.hc = "EII")
|
x |
Observed data |
n.comp |
Number of mixture components |
init |
Method used for initialization init='cl.init','r.means','random','kmeans','kmeans.hc','hc' |
my.cl |
Initial cluster assignments; need to be provided if init='cl.init' (otherwise this param is ignored) |
nstart.kmeans |
Number of random starts in kmeans; default=1 |
iter.max.kmeans |
Maximal number of iteration in kmeans; default=10 |
modelname.hc |
Model class used in hc; default='EII' |
a list consisting of
u |
responsibilities |
n.stadler
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.