Skip to content
Snippets Groups Projects
Commit d4a734dc authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH: parameter description

parent 60f618e3
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ private: ...@@ -67,7 +67,7 @@ private:
void DoCreateParameters() void DoCreateParameters()
{ {
AddParameter(ParameterType_InputVectorDataList, "vd", "Input VectorDatas to concatenate"); AddParameter(ParameterType_InputVectorDataList, "vd", "Input VectorDatas to concatenate");
SetParameterDescription("vd", "Vector Data of sample used to validate the estimator."); SetParameterDescription("vd", "VectorData files to be concatenated in an unique VectorData");
AddParameter(ParameterType_OutputVectorData, "out", "Concatenated VectorData"); AddParameter(ParameterType_OutputVectorData, "out", "Concatenated VectorData");
} }
......
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