embedding-atlas
v0.18.1
Published
Components for interactive embedding visualization
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 KNN algorithms
import { createUMAP, createKNN } from "embedding-atlas";