Skip to content
Snippets Groups Projects
Commit ac8185b7 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

comment added

parent c277879e
No related branches found
No related tags found
1 merge request!4Dimensionality reduction algorithms
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment