How to obtain the measure of the percent variance explained by each mode?
vic1309 opened this issue · 1 comments
vic1309 commented
e.g. Mode 1 represents 45%, mode 2 represents 13% and so on.
Thanks!
ajdawson commented
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).