From d67c3aa1494df45ce86b737621a30079f776bf2d Mon Sep 17 00:00:00 2001 From: kunika Date: Tue, 18 Jun 2024 11:56:17 +0100 Subject: [PATCH] correction --- src/components/ScatterPlot.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,