diff --git a/src/components/ScatterPlot.jsx b/src/components/ScatterPlot.jsx index 3a6c58a..ba3f194 100644 --- a/src/components/ScatterPlot.jsx +++ b/src/components/ScatterPlot.jsx @@ -90,7 +90,7 @@ const ScatterPlot = (props) => { scatterGL.resize(); }); - // Vectorize with UMAP and visualize + // Reduce vector dimentions with UMAP and visualize const umap_options = { nComponents: 3, nNeighbors: 5,