|
|
|
|
|
by lgvld
1703 days ago
|
|
You can use t-SNE (or even better: UMAP or one of its variation) to create a 2D points cloud, and then use something like RasterFairy [1] to map 2D positions to the cells a grid. It usually works well. [1] https://github.com/Quasimondo/RasterFairy |
|