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

Python cvPCA min components #4

Open
harsmac opened this issue Jan 8, 2020 · 0 comments
Open

Python cvPCA min components #4

harsmac opened this issue Jan 8, 2020 · 0 comments

Comments

@harsmac
Copy link

harsmac commented Jan 8, 2020

In the python utils.py file, the minimum components to analyze with PCA seems to be 1024. Why not use default sklearn setting PCA would use all 2800 samples, any reason to stick to 1024. This would also mean that if you have 1024+ samples(images ) you would always calculate the results only for 1024 PCs. Any reason for this choice? Am I missing something?

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

1 participant