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