pca
pca copied to clipboard
Feature/column reference in getExplainedVariance
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!