You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using new PCA(dataset[]), regardless the order of my observations, (for instance dataset = [[1, 2], [100, 2000]] or dataset = [[2, 1], [2000,100]], the method getExplainedVariance always seems to returnthe same array of values. if there a way to know the reference of the column/feature the score refers to ?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
When using
new PCA(dataset[])
, regardless the order of my observations, (for instancedataset = [[1, 2], [100, 2000]]
ordataset = [[2, 1], [2000,100]]
, the methodgetExplainedVariance
always seems to returnthe same array of values. if there a way to know the reference of the column/feature the score refers to ?Thank you!
The text was updated successfully, but these errors were encountered: