Skip to content
Snippets Groups Projects
Commit f699035e authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

DOC: enhance documentation

parent 9068e0de
No related branches found
No related tags found
No related merge requests found
......@@ -164,6 +164,12 @@ void DoInit()
Superclass::DoInit();
AddRANDParameter();
// Doc example parameter settings
SetDocExampleParameterValue("io.il", "training_dataset.tif");
SetDocExampleParameterValue("io.out", "regression_model.txt");
SetDocExampleParameterValue("io.imstat", "training_statistics.xml");
SetDocExampleParameterValue("classifier", "svm");
}
void DoUpdateParameters()
......
......@@ -72,6 +72,8 @@ namespace Wrapper
*
* \sa TrainImagesClassifier
* \sa TrainRegression
*
* \ingroup OTBAppClassification
*/
template <class TInputValue, class TOutputValue>
class LearningApplicationBase: public Application
......
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