Expand description
UMAP: Uniform Manifold Approximation and Projection for Dimension Reduction
A Rust implementation of the UMAP algorithm for manifold learning and dimension reduction. Based on the paper: “UMAP: Uniform Manifold Approximation and Projection for Dimension Reduction” by Leland McInnes, John Healy, and James Melville.
Enums§
- Umap
Error - Errors that can occur during UMAP computation
Functions§
- convert_
to_ 2d - Convert embeddings to 2D space using UMAP
- convert_
to_ 3d - Convert embeddings to 3D space using UMAP