We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5a86a commit 3509d21Copy full SHA for 3509d21
src/models/decomposition_models.jl
@@ -143,8 +143,7 @@ $ICA_DESCR
143
144
- `k::Int=0`: number of independent components to recover, set automatically if `0`
145
- `alg::Symbol=:fastica`: algorithm to use (only `:fastica` is supported at the moment)
146
-- `fun::Symbol=:tanh`: approximate neg-entropy functor, via the function
147
- `MultivariateStats.icagfun`, one of `:tanh` and `:gaus`
+- `fun::Symbol=:tanh`: approximate neg-entropy function, one of `:tanh`, `:gaus`
148
- `do_whiten::Bool=true`: whether to perform pre-whitening
149
- `maxiter::Int=100`: maximum number of iterations
150
- `tol::Real=1e-6`: convergence tolerance for change in matrix W
0 commit comments