ClusterInit | R Documentation |
ClusterInit
] classThis class encapsulates the parameters of clustering initialization methods.
method
Character string with the initialization method to use. Default value: "class"
nbInit
Integer defining the number of initialization to perform. Default value: 5.
algo
An instance of ClusterAlgo
class.
Default value: clusterAlgo("EM", 20, 0.01)
.
Serge Iovleff
getSlots("ClusterInit")
new("ClusterInit")
new("ClusterInit", nbInit=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.