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 the measure of the percent variance explained by each mode? #84

Closed
vic1309 opened this issue Feb 5, 2017 · 1 comment
Closed

Comments

@vic1309
Copy link

vic1309 commented Feb 5, 2017

e.g. Mode 1 represents 45%, mode 2 represents 13% and so on.

Thanks!

@ajdawson
Copy link
Owner

ajdawson commented Feb 5, 2017

You are looking for the varianceFraction() method. It returns the fractional variance explained by each mode (in the range 0 to 1, multiply by 100 to get the percentage variance explained).

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