Commit 1d3baef0 authored by Victor Poughon's avatar Victor Poughon
Browse files

DOC: typo in TrainVectorRegression

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
...@@ -56,9 +56,9 @@ protected: ...@@ -56,9 +56,9 @@ protected:
SetDocLongDescription( "This application trains a regression algorithm based on " SetDocLongDescription( "This application trains a regression algorithm based on "
"a predictor geometries and a list of features to consider for " "a predictor geometries and a list of features to consider for "
"regression.\nThis application is based on LibSVM, OpenCV Machine " "regression.\nThis application is based on LibSVM, OpenCV Machine "
"Learning (2.3.1 and later), and Shark ML The output of this application " "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 " "is a text model file, whose format corresponds to the ML model type "
"chosen. There is no image nor vector data output."); "chosen. There is no image or vector data output.");
SetDocLimitations("None"); SetDocLimitations("None");
SetDocAuthors( "OTB Team" ); SetDocAuthors( "OTB Team" );
SetDocSeeAlso( "TrainVectorClassifier" ); SetDocSeeAlso( "TrainVectorClassifier" );
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment