Merge pull request #5530 from jmullee/patch-1

Tutorial_GIS.txt: fandom rorest -> random forest
This commit is contained in:
Laurent Rineau 2021-03-17 21:44:00 +01:00 committed by GitHub
commit 92feaf1cdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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