| ClusterAlgo {MixAll} | R Documentation |
[ClusterAlgo] class for Cluster algorithms.
Description
This class encapsulates the parameters of clustering estimation algorithms methods.
Slots
algoA character string with the algorithm. Possible values: "SEM", "CEM", "EM", "SemiSEM". Default value: "EM".
nbIterationInteger defining the maximal number of iterations. Default value: 200.
epsilonreal defining the epsilon value for the algorithm. epsilon is note used if
algois "SEM" or "SemiSEM". Default value: 1e-07.
Examples
getSlots("ClusterAlgo")
new("ClusterAlgo")
new("ClusterAlgo", algo="SEM", nbIteration=1000)
[Package MixAll version 1.5.16 Index]