Initialize model object required by the simultaneous methods.
simultaneous(
seed = NULL,
verbose = TRUE,
init = "svd",
n_max_iter = 10,
n_loops = 10,
tol = 1e-05,
U_i_g = NULL,
B_j_q = NULL,
C_k_r = NULL
)An object of class "simultaneous".
Seed for random sequence generation.
Flag to display output result for each loop.
The initialization method for the model parameters. Values could be 'svd','random','twcfta' or 'twfcta' Defaults to svd.
Maximum number of iterations to optimize objective function.
Number of runs/loops in search of the global result.
Acceptable tolerance level.
Membership function matrix for the objects.
Component matrix for the variables.
Component matrix for the occasions.
Two simultaneous models T3Clus and 3FKMeans are the implemented methods.
T3Clus finds B_j_q and C_k_r such that the between-clusters deviance of the component scores is maximized.
3FKMeans finds B_j_q and C_k_r such that the within-clusters deviance of the component scores is minimized.
tucker1966simuclustfactor VichiRocciKierssimuclustfactor
fit.t3clus fit.3fkmeans
fit.ct3clus tandem