tandem-class {simuclustfactor} | R Documentation |
Tandem Class
Description
Tandem Class
Slots
seed
Seed for random sequence generation. Defaults to None.
verbose
logical. Whether to display executions output or not. Defaults to False.
init
character. The parameter initialization method. Defaults to 'svd'.
n_max_iter
numeric. Maximum number of iterations. Defaults to 10.
n_loops
numeric. Number of initialization to guarantee global results. Defaults to 10.
tol
numeric. Tolerance level/acceptable error. Defaults to 1e-5.
U_i_g
matrix. (I,G) initial stochastic membership function matrix.
B_j_q
matrix. (J,Q) initial component weight matrix for variables.
C_k_r
matrix. (K,R) initial component weight matrix for occasions.
[Package simuclustfactor version 0.0.3 Index]