Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to obtain weights and loadings after running CCA? #3

Open
JohannesWiesner opened this issue Nov 5, 2021 · 2 comments
Open

How to obtain weights and loadings after running CCA? #3

JohannesWiesner opened this issue Nov 5, 2021 · 2 comments

Comments

@JohannesWiesner
Copy link

Reading this paper, I stumpled upon the PMA package. I would like to obtain weights and loadings after running CCA (just like sklearn.cross_decomposition.CCA, is it possible to do that with your package?

@qingma
Copy link

qingma commented Mar 31, 2023

Reading this paper, I stumpled upon the PMA package. I would like to obtain weights and loadings after running CCA (just like sklearn.cross_decomposition.CCA, is it possible to do that with your package?

Have you solved this problem? I have also the same question as you. If you get some answers, can you share them?

@Moemenhussein11
Copy link

The weights are the u, and v vectors. you can find them at the output of the CCA function. You have to calculate the loadings yourself (I do not why, they can easily make it available!).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants