| attributes.tandem-class {simuclustfactor} | R Documentation |
Tandem results attributes
Description
Tandem results attributes
Slots
U_i_g0matrix. Initial object membership function matrix.
B_j_q0matrix. Initial factor/component matrix for the variables.
C_k_r0matrix. Initial factor/component matrix for the occasions.
U_i_gmatrix. Final/updated object membership function matrix.
B_j_qmatrix. Final/updated factor/component matrix for the variables.
C_k_rmatrix. Final/updated factor/component matrix for the occasions.
Y_g_qrmatrix. Derived centroids in the reduced space (data matrix).
X_i_jk_scaledmatrix. Standardized dataset matrix.
BestTimeElapsednumeric. Execution time for the best iterate.
BestLoopnumeric. Loop that obtained the best iterate.
BestKmIterationnumeric. Number of iteration until best iterate for the K-means.
BestFaIterationnumeric. Number of iteration until best iterate for the FA.
FaConvergednumeric. Flag to check if algorithm converged for the K-means.
KmConvergednumeric. Flag to check if algorithm converged for the Factor Decomposition.
nKmConvergesnumeric. Number of loops that converged for the K-means.
nFaConvergesnumeric. Number of loops that converged for the Factor decomposition.
TSS_fullnumeric. Total deviance in the full-space.
BSS_fullnumeric. Between deviance in the reduced-space.
RSS_fullnumeric. Residual deviance in the reduced-space.
PF_fullnumeric. PseudoF in the full-space.
TSS_reducednumeric. Total deviance in the reduced-space.
BSS_reducednumeric. Between deviance in the reduced-space.
RSS_reducednumeric. Residual deviance in the reduced-space.
PF_reducednumeric. PseudoF in the reduced-space.
PFnumeric. Actual PseudoF value to obtain best loop.
Labelsinteger. Object cluster assignments.
FsKMnumeric. Objective function values for the KM best iterate.
FsFAnumeric. Objective function values for the FA best iterate.
Enormnumeric. Average l2 norm of the residual norm.