ClusterAlgoPredict | R Documentation |
ClusterAlgoPredict
] class for predict algorithm.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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.