Hello there,  Is there any way to find matrix A for unknown data Xn using
estimated sources S?

for example if I use

1) ica_X = FastICA(n_components=xyz, algorithm='parallel',
whiten=True,fun='logcosh', fun_prime='', fun_args=None,
max_iter=1000,tol=0.0001, w_init=None, random_state=None)


2) ica_X.fit(X / X.std)

3) X_com = ica_X.transform(Xn / X.std)


So I think i am extracting sources ( as described in the ica.transform
module of scikitlearn)


My question, Is there any way to find mixing matrix for the new data using
existing estimated sources.


also I am little bit confused components and sources. when ica_X.components
is called what it gives? are these components or sources?


Any help will be highly appreciated.


Regards
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to