From 196c5fe930faabdffa26cd9c25ec9deb558fd8d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Traizet?= <cedric.traizet@c-s.fr> Date: Tue, 30 Apr 2019 18:07:04 +0200 Subject: [PATCH] DOC: updated doc for the application --- .../AppClassification/app/otbTrainVectorRegression.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Modules/Applications/AppClassification/app/otbTrainVectorRegression.cxx b/Modules/Applications/AppClassification/app/otbTrainVectorRegression.cxx index 27d47c509b..95638e09b8 100644 --- a/Modules/Applications/AppClassification/app/otbTrainVectorRegression.cxx +++ b/Modules/Applications/AppClassification/app/otbTrainVectorRegression.cxx @@ -52,10 +52,10 @@ protected: SetDescription( "Train a regression algorithm based on geometries with " "list of features to consider and a predictor." ); - SetDocName( "Train Vector Classifier" ); - SetDocLongDescription( "This application trains a classifier based on " - "labeled geometries and a list of features to consider for " - "classification.\nThis application is based on LibSVM, OpenCV Machine " + SetDocName( "Train Vector Regression" ); + SetDocLongDescription( "This application trains a regression algorithm based on " + "a predictor geometries and a list of features to consider for " + "regression.\nThis application is based on LibSVM, OpenCV Machine " "Learning (2.3.1 and later), and Shark ML The output of this application " "is a text model file, whose format corresponds to the ML model type " "chosen. There is no image nor vector data output."); -- GitLab