R/10_S7_DecompositionParameters.R
setup_PCA.Rd
Setup PCA parameters.
setup_PCA(k = 3L, center = TRUE, scale = TRUE, tol = NULL)
Integer: Number of components. (passed to prcomp rank.)
prcomp
rank.
Logical: If TRUE, center the data.
Logical: If TRUE, scale the data.
Numeric: Tolerance.
PCAParameters object.
EDG