Commit ac8185b7 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

comment added

No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
...@@ -118,7 +118,7 @@ private: ...@@ -118,7 +118,7 @@ private:
// Documentation // Documentation
SetDocName("DimensionalityReduction"); SetDocName("DimensionalityReduction");
SetDocLongDescription("This application reduces the dimension of an input" 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 " " the DimensionalityReductionTrainer application. Pixels of the "
"output image will contain the reduced values from" "output image will contain the reduced values from"
"the model. The input pixels" "the model. The input pixels"
...@@ -129,8 +129,8 @@ private: ...@@ -129,8 +129,8 @@ private:
SetDocLimitations("The input image must contain the feature bands used for" SetDocLimitations("The input image must contain the feature bands used for"
" the model training. " " the model training. "
"If a statistics file was used during training by the " "If a statistics file was used during training by the "
"TrainRegression, it is mandatory to use the same " "Training application, it is mandatory to use the same "
"statistics file for prediction."); "statistics file for reduction.");
SetDocAuthors("OTB-Team"); SetDocAuthors("OTB-Team");
SetDocSeeAlso("DimensionalityReductionTrainer, ComputeImagesStatistics"); SetDocSeeAlso("DimensionalityReductionTrainer, ComputeImagesStatistics");
......
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