From afa65115a070ec970692d3dc41a665861eb508ad Mon Sep 17 00:00:00 2001 From: Pierre Alexandre Tremblay Date: Tue, 22 Dec 2020 08:58:13 +0000 Subject: [PATCH] UMAP: removed batchSize from help --- release-packaging/HelpSource/Classes/FluidUMAP.schelp | 2 -- 1 file changed, 2 deletions(-) diff --git a/release-packaging/HelpSource/Classes/FluidUMAP.schelp b/release-packaging/HelpSource/Classes/FluidUMAP.schelp index 16774e0..dce0210 100644 --- a/release-packaging/HelpSource/Classes/FluidUMAP.schelp +++ b/release-packaging/HelpSource/Classes/FluidUMAP.schelp @@ -25,8 +25,6 @@ ARGUMENT:: iterations The number of iterations that the algorithm will go through to optimise the new representation ARGUMENT:: learnRate The learning rate of the algorithm, aka how much of the error it uses to estimate the next iteration. -ARGUMENT:: batchSize -The training batch size. INSTANCEMETHODS::