powered by
ClusterAlgoPredict
This class encapsulates the parameters of prediction methods.
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.
getSlots("ClusterAlgoPredict") new("ClusterAlgoPredict") new("ClusterAlgoPredict", algo="SemiSEM", nbIterBurn=10)
Run the code above in your browser using DataLab