embedding-atlas
v0.20.0
Published
Components for interactive embedding visualization
Downloads
12,816
Readme
Embedding Atlas Library
- Documentation: https://apple.github.io/embedding-atlas
- GitHub: https://github.com/apple/embedding-atlas
// Embedding View component (just the embedding view)
import { EmbeddingView } from "embedding-atlas";
import { EmbeddingViewMosaic } from "embedding-atlas";
// Embedding Atlas component
import { EmbeddingAtlas } from "embedding-atlas";
// UMAP and NNDescent algorithms
import { createUMAP, createNNDescent } from "embedding-atlas";