Description Usage Arguments Value Examples
View source: R/fastICAparallel.R
Implementation of the fixed point iteration method where a parallel scheme is used to find ICs.
1 | fastICAparallel(data.mat, p, iter = 200)
|
data.mat |
white data matrix |
p |
number of components |
iter |
number of iterations |
ica.arr independent component array
1 | ica <- fastICAparallel(data,3,200)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.