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

Are there some errors in MAD? #3

Closed
kaiusgs opened this issue Apr 21, 2021 · 1 comment
Closed

Are there some errors in MAD? #3

kaiusgs opened this issue Apr 21, 2021 · 1 comment

Comments

@kaiusgs
Copy link

kaiusgs commented Apr 21, 2021

In irmad.py, line 51:
eigenvector_Y = np.dot(np.dot(inv(sigma_22), sigma_21), eigenvector_X) # the eigenvector of image Y
I suppose the eigenvector of image Y should be divided by the eigenvalue, according to equations in the common way of solving CCA.
eigenvector_Y_ =np.dot(np.dot(inv(sigma_22), sigma_21), eigenvector_X) /eigenvalue
Am I wrong or it's an error in code ?
Hope for your reply, and I'll be very thankful.

@ChenHongruixuan
Copy link
Owner

ChenHongruixuan commented Apr 27, 2021 via email

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

2 participants