Skip to content

Commit 3509d21

Browse files
committed
doc-string tweak
1 parent 1d5a86a commit 3509d21

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/models/decomposition_models.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ $ICA_DESCR
143143
144144
- `k::Int=0`: number of independent components to recover, set automatically if `0`
145145
- `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`
146+
- `fun::Symbol=:tanh`: approximate neg-entropy function, one of `:tanh`, `:gaus`
148147
- `do_whiten::Bool=true`: whether to perform pre-whitening
149148
- `maxiter::Int=100`: maximum number of iterations
150149
- `tol::Real=1e-6`: convergence tolerance for change in matrix W

0 commit comments

Comments
 (0)