mkInitClass | R Documentation |
Apply classification method dependent on init.method
mkInitClass(n.g, n.i, n.j, control, y)
n.g |
Number of clusters |
n.i |
Number of observations |
n.j |
Number of columns |
control |
Classification settings from |
y |
Observations |
classification vector
data("faithful")
mkInitClass(2, nrow(faithful), ncol(faithful), init.options(), faithful)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.