Skip to contents

Setup ICA parameters.

Usage

setup_ICA(
  k = 3L,
  type = c("parallel", "deflation"),
  fun = c("logcosh", "exp"),
  alpha = 1,
  row_norm = TRUE,
  maxit = 100L,
  tol = 1e-04
)

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.

Value

ICAParameters object.

Author

EDG