setup_ICA: setup_ICA

View source: R/10_S7_DecompositionParameters.R

setup_ICAR Documentation

setup_ICA

Description

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(s)

EDG


egenn/rtemis documentation built on June 14, 2025, 11:54 p.m.