You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no, when the input winit is given, what is the size of it? It should be m * k, right? Then fastica! will complain that the size of W doesn't match the size of X. I just noticed that W0'winit has the right size and makes the output W similar to winit when the input is slightly perturbed.
https://github.com/JuliaStats/MultivariateStats.jl/blob/master/src/ica.jl#L169
Should
W = W0'winit
whendo_whiten == true
? Otherwise the sizes do not match.The text was updated successfully, but these errors were encountered: