From ac8185b7b02817668bf1ba24b0962eaae1be79e5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Traizet?= <traizetc@cesbio.cnes.fr>
Date: Fri, 8 Sep 2017 10:13:57 +0200
Subject: [PATCH] comment added

---
 app/cbDimensionalityReduction.cxx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app/cbDimensionalityReduction.cxx b/app/cbDimensionalityReduction.cxx
index bc9a5754fe..aacadbb936 100644
--- a/app/cbDimensionalityReduction.cxx
+++ b/app/cbDimensionalityReduction.cxx
@@ -118,7 +118,7 @@ private:
     // Documentation
     SetDocName("DimensionalityReduction");
     SetDocLongDescription("This application reduces the dimension of an input"
-                          " image, based on a dimensionality reduction model file produced by"
+                          " image, based on a machine learning model file produced by"
                           " the DimensionalityReductionTrainer application. Pixels of the "
                           "output image will contain the reduced values from"
                           "the model. The input pixels"
@@ -129,8 +129,8 @@ private:
     SetDocLimitations("The input image must contain the feature bands used for"
                       " the model training. "
                       "If a statistics file was used during training by the "
-                      "TrainRegression, it is mandatory to use the same "
-                      "statistics file for prediction.");
+                      "Training application, it is mandatory to use the same "
+                      "statistics file for reduction.");
     SetDocAuthors("OTB-Team");
     SetDocSeeAlso("DimensionalityReductionTrainer, ComputeImagesStatistics");
 
-- 
GitLab