Skip to content
Snippets Groups Projects
Commit 5eb6a67b authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

ENH: wrong parameter type for sample.vfn in trainSVMCLassifier.

parent f5a7e31d
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ private:
"Ratio between training and validation samples (0.0 = all training, 1.0 = all validation) default = 0.5.");
SetParameterFloat("sample.vtr", 0.5);
AddParameter(ParameterType_InputFilename, "sample.vfn", "Name of the discrimination field");
AddParameter(ParameterType_String, "sample.vfn", "Name of the discrimination field");
SetParameterDescription("sample.vfn", "Name of the field used to discriminate class in the vector data files.");
SetParameterString("sample.vfn", "Class");
......
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