changeset 45:96dc9d514099 draft

Uploaded
author nicolas
date Tue, 25 Oct 2016 14:43:44 -0400
parents 8cdeaa91ebc3
children ac0c3826cca4
files svm.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/svm.xml	Tue Oct 25 14:43:31 2016 -0400
+++ b/svm.xml	Tue Oct 25 14:43:44 2016 -0400
@@ -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"