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

DOC: avoid underscore for CookBook

parent a7d3874d
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ namespace Wrapper
AddParameter(ParameterType_Choice, "classifier.svm.term", "Termination criteria");
SetParameterDescription("classifier.svm.term","Termination criteria for iterative algorithm");
AddChoice("classifier.svm.term.iter", "Stops when Max_iteration is reached.");
AddChoice("classifier.svm.term.iter", "Stops when maximum iteration is reached.");
AddChoice("classifier.svm.term.eps", "Stops when accuracy is lower than epsilon.");
AddChoice("classifier.svm.term.all", "Stops when either iteration or epsilon criteria is true");
......
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