Setup ICA parameters.
Arguments
- k
Integer: Number of components.
- type
Character: Type of ICA: "parallel" or "deflation".
- fun
Character: ICA function: "logcosh", "exp".
- alpha
Numeric [1, 2]: Used in approximation to neg-entropy with
fun = "logcosh"
.- row_norm
Logical: If TRUE, normalize rows of
x
before ICA.- maxit
Integer: Maximum number of iterations.
- tol
Numeric: Tolerance.