Setup ICA config.
Usage
setup_ICA(
k = 3L,
type = "parallel",
fun = "logcosh",
alpha = 1,
row_norm = TRUE,
maxit = 100L,
tol = 1e-04,
features = NULL
)Arguments
- k
Integer [1, Inf): Number of components.
- type
Character {"parallel", "deflation"}: Type of ICA.
- fun
Character {"logcosh", "exp"}: ICA function.
- alpha
Numeric [1, 2]: Used in approximation to neg-entropy with
fun = "logcosh".- row_norm
Logical: If TRUE, normalize rows of
xbefore ICA.- maxit
Integer [1, Inf): Maximum number of iterations.
- tol
Numeric [0, Inf): Tolerance.
- features
Optional Character vector: Names of at least 2 distinct feature columns to decompose.
NULLdecomposes all numeric features.