Repository 'oghma'
hg clone https://toolshed.g2.bx.psu.edu/repos/nicolas/oghma

Changeset 45:96dc9d514099 (2016-10-25)
Previous changeset 44:8cdeaa91ebc3 (2016-10-25) Next changeset 46:ac0c3826cca4 (2016-10-26)
Commit message:
Uploaded
modified:
svm.xml
b
diff -r 8cdeaa91ebc3 -r 96dc9d514099 svm.xml
--- a/svm.xml Tue Oct 25 14:43:31 2016 -0400
+++ b/svm.xml Tue Oct 25 14:43:44 2016 -0400
b
@@ -14,11 +14,11 @@
  />
 
  <param name="kernel" type="text" value="radial"
- label="name of the kernel" help= " four possibilities : radial, linear, polynomial or sigmoïd. Any other value is treated as radial" 
+ label="name of the kernel" help= " four possibilities : radial, linear, polynomial or sigmoid. Any other value is treated as radial" 
  />
 
  <param name="cost" type="float" value="-1"
- label="cost" help="the cost parameter of SVM used by all kernels. Suitable values are between 1 and 100. -1 means the parameter must be optimized by the tool " 
+ label="cost" help="the cost parameter of SVM used by all kernels. Suitable values are between 0.1 and 1000. -1 means the parameter must be optimized by the tool " 
  />
 
  <param name="gamma" type="float" value="-1"