From 63779d416d6250582bc09a7c5de4abbead7b361b Mon Sep 17 00:00:00 2001 From: John Mullee Date: Tue, 16 Mar 2021 16:45:25 +0000 Subject: [PATCH] Tutorial_GIS.txt: fandom rorest -> random forest fandom rorest -> random forest --- Documentation/doc/Documentation/Tutorials/Tutorial_GIS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/doc/Documentation/Tutorials/Tutorial_GIS.txt b/Documentation/doc/Documentation/Tutorials/Tutorial_GIS.txt index 255f39a5f5c..9ac43d3eb53 100644 --- a/Documentation/doc/Documentation/Tutorials/Tutorial_GIS.txt +++ b/Documentation/doc/Documentation/Tutorials/Tutorial_GIS.txt @@ -276,7 +276,7 @@ classifier currently available in \cgal is the %random forest from ETHZ. As it is a supervised classifier, a training set is needed. The following snippet shows how to use some manually selected training -set to train a %fandom rorest classifier and compute a classification +set to train a %random forest classifier and compute a classification regularized by a graph cut algorithm: \snippet Classification/gis_tutorial_example.cpp Classification