View source: R/10_S7_DecompositionParameters.R
setup_ICA | R Documentation |
Setup ICA parameters.
setup_ICA(
k = 3L,
type = c("parallel", "deflation"),
fun = c("logcosh", "exp"),
alpha = 1,
row_norm = TRUE,
maxit = 100L,
tol = 1e-04
)
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 |
row_norm |
Logical: If TRUE, normalize rows of |
maxit |
Integer: Maximum number of iterations. |
tol |
Numeric: Tolerance. |
ICAParameters object.
EDG
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.