Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
kunika committed Jun 18, 2024
1 parent fd1b100 commit d67c3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ScatterPlot.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d67c3aa

Please sign in to comment.