EM:

Usage Format Examples

Usage

1
data("EM")

Format

The format is: Formal class 'Strategy' [package "Rmixmod"] with 11 slots ..@ algo : chr "EM" ..@ nbTry : num 1 ..@ initMethod : chr "smallEM" ..@ nbTryInInit : num 10 ..@ nbIterationInInit: num 5 ..@ nbIterationInAlgo: num 200 ..@ epsilonInInit : num 0.001 ..@ epsilonInAlgo : num 0.001 ..@ seed : num -1 ..@ parameter :Formal class 'GaussianParameter' [package "Rmixmod"] with 4 slots .. .. ..@ mean : logi[0 , 0 ] .. .. ..@ variance :List of 1 .. .. .. ..$ : num 0 .. .. ..@ proportions: num(0) .. .. ..@ nbFreeParam: num(0) ..@ labels : num(0)

Examples

1
2
data(EM)
## maybe str(EM) ; plot(EM) ...

SaraTouzani/EM documentation built on Dec. 16, 2019, 12:31 a.m.