ClusterAlgoPredict-class: ['ClusterAlgoPredict'] class for predict algorithm.

Description Slots Examples

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

1
2
3
getSlots("ClusterAlgoPredict")
new("ClusterAlgoPredict")
new("ClusterAlgoPredict", algo="SemiSEM", nbIterBurn=10)

MixAll documentation built on Sept. 12, 2019, 5:05 p.m.