pca icon indicating copy to clipboard operation
pca copied to clipboard

Feature/column reference in getExplainedVariance

Open CBaptiste opened this issue 5 years ago • 0 comments

Hello,

When using var vectors = PCA.getEigenVectors(data);, regardless the order of my observations/features/columns, the method getExplainedVariance always seems to return the same value. if there a way to know the reference of the column/feature the score refers to ?

Thank you!

CBaptiste avatar Oct 08 '20 17:10 CBaptiste