changeset 6:b84589b7c014 draft

Uploaded
author deepakjadmin
date Tue, 03 Jan 2017 02:30:32 -0500
parents 016c69bfb2a1
children d56ce97c4985
files toolrfe.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/toolrfe.xml	Tue Jan 03 02:26:17 2017 -0500
+++ b/toolrfe.xml	Tue Jan 03 02:30:32 2017 -0500
@@ -13,7 +13,7 @@
 
 <inputs>
 <param name="input"  type="data" label="Select input data file" help="input .RData file" />
-<param name="SAMPLING" type="select"  label="3(i). Select Sampling Method for imbalanced data" help="Defualt is with No sampling. you may choose downsample or upsample" >
+<param name="SAMPLING" type="select"  label="Select Sampling Method for imbalanced data" help="Defualt is with No sampling. you may choose downsample or upsample" >
                 <option value="garBage" selected="true">No Sampling</option>
                 <option value="downsampling">downsample</option>
                 <option value="upsampling">upsample</option>