Comment on Voronoi Diagram and Delaunay Triangulation in O(nlog(n)) (2020)parentComments−loehnsberg2yMost triangulation algorithms are designed for the two-dimensional plane, so this only works if the first two components are sufficient.−tetris112yDo a UMAP or tSNE, triangulate, map loadings back to features?
Comments
Most triangulation algorithms are designed for the two-dimensional plane, so this only works if the first two components are sufficient.
Do a UMAP or tSNE, triangulate, map loadings back to features?