Skip to content
Snippets Groups Projects
Commit 3332bf1c authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

DOC: copy/paste error in documentation of validation samples

parent 53411b5f
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ void TrainImagesBase::InitClassification()
AddApplication( "TrainVectorClassifier", "training", "Model training" );
AddParameter( ParameterType_InputVectorDataList, "io.valid", "Validation Vector Data List" );
SetParameterDescription( "io.valid", "A list of vector data to select the training samples." );
SetParameterDescription( "io.valid", "A list of vector data to select the validation samples." );
MandatoryOff( "io.valid" );
ShareClassificationParams();
......
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