| ▲ | memming 19 hours ago | |||||||
first subsample a fixed number of random landmark points from data, then... | ||||||||
| ▲ | romanfll 17 hours ago | parent [-] | |||||||
Thanks for your comment. You are spot on, that is effectively the standard Nyström/Landmark MDS approach. The technique actually supports both modes in the implementation (synthetic skeleton or random subsampling). However, for this browser visualisation, we default to the synthetic sine skeleton for two reasons: 1. Determinism: Random landmarks produce a different layout every time you calculate the projection. For a user interface, we needed the layout to be identical every time the user loads the data, without needing to cache a random seed. 2. Topology Forcing: By using a fixed sine/loop skeleton, we implicitly 'unroll' the high-dimensional data onto a clean reduced structure. We found this easier for users to visually navigate compared to the unpredictable geometry that comes from a random subset | ||||||||
| ||||||||