ClusterAlgoPredict {MixAll} | R Documentation |
[ClusterAlgoPredict
] class for predict algorithm.
Description
This class encapsulates the parameters of prediction methods.
Slots
algo
A character string with the algorithm. Possible values: "EM", "SemiSEM". Default value: "SemiSEM".
nbIterBurn
Integer defining the number of burning iterations. Default value is 50.
nbIterLong
Integer defining the number of iterations. Default value is 100.
epsilon
real defining the epsilon value for the long algorithm. epsilon is note used if
algo
is "SemiSEM". Default value: 1e-07.
Examples
getSlots("ClusterAlgoPredict")
new("ClusterAlgoPredict")
new("ClusterAlgoPredict", algo="SemiSEM", nbIterBurn=10)
[Package MixAll version 1.5.16 Index]