Log in

View Full Version : Dimensionality reduction? Reducing k13's 13 coordinates to only 2 coordinates



Scandal
04-11-2022, 06:33 PM
How do I do that? I want to plot k13 results, but my app requires 2 coordinates for this.

Scandal
04-11-2022, 07:11 PM
I found this: https://github.com/curiosity-ai/umap-sharp
but Idk if it's legit

vbnetkhio
04-11-2022, 09:49 PM
How do I do that? I want to plot k13 results, but my app requires 2 coordinates for this.

the PCA algorithm does this, among others.

run a PCA on the k13 data here (I think you already know how to use this?) , and take the first 2 PCS from the "PCA DATA" tab.
https://vahaduo.github.io/custompca/