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

LDA has fixed dimension d=2 #4

Closed
Fil opened this issue Oct 20, 2020 · 2 comments
Closed

LDA has fixed dimension d=2 #4

Fil opened this issue Oct 20, 2020 · 2 comments

Comments

@Fil
Copy link
Contributor

Fil commented Oct 20, 2020

When I pass d=3 or d=4, all the dimred methods work except:

  • LDA, which returns 2D vectors
  • LSE, crashes with A.concat(B, "vertical"): A and B need same number of columns, A has 4 columns, B has 2 columns.
@saehm
Copy link
Owner

saehm commented Oct 20, 2020

Hey, i think i have fixed this issue.

@Fil
Copy link
Contributor Author

Fil commented Oct 20, 2020

Yes, it works now. Thank you!

@Fil Fil closed this as completed Oct 20, 2020
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