FLXcontrol-class           package:flexmix           R Documentation

_C_l_a_s_s "_F_L_X_c_o_n_t_r_o_l"

_D_e_s_c_r_i_p_t_i_o_n:

     Hyperparameters for the EM algorithm.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("FLXcontrol",
     ...)'. In addition, named lists can be coerced to 'FLXcontrol'
     objects, names are completed if unique (see examples).

_S_l_o_t_s:

     '_i_t_e_r._m_a_x': Maximum number of iterations.

     '_m_i_n_p_r_i_o_r': Minimum prior probability of clusters, components
          falling below this threshold are removed during the
          iteration.

     '_t_o_l_e_r_a_n_c_e': The EM algorithm is stopped when the (relative)
          change of log-likelood is smaller than 'tolerance'.

     '_v_e_r_b_o_s_e': If a positive integer, then the log-likelihood is
          reported every 'verbose' iterations. If 0, no output is
          generated during model fitting.

     '_c_l_a_s_s_i_f_y': Character string, one of '"auto"', '"weighted"',
          '"hard"', '"random"'.

_A_u_t_h_o_r(_s):

     Friedrich Leisch

_E_x_a_m_p_l_e_s:

     mycont = list(iter=200, tol=0.001, class="r")
     as(mycont, "FLXcontrol")

