Mercurial > repos > deepakjadmin > feature_selection_test1
changeset 8:0cfbd42227cc draft
Uploaded
author | deepakjadmin |
---|---|
date | Thu, 05 Jan 2017 12:03:47 -0500 |
parents | d56ce97c4985 |
children | 0a68c3be76a3 |
files | toolrfe.xml |
diffstat | 1 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/toolrfe.xml Thu Jan 05 12:03:33 2017 -0500 +++ b/toolrfe.xml Thu Jan 05 12:03:47 2017 -0500 @@ -9,7 +9,7 @@ <requirement type="package" version="3.2.0">R</requirement> <requirement type="package" version="1.0.0">caret-tools</requirement> </requirements> -<command interpreter="Rscript">feature_selection.R $input $profile $finalset $function1 $resampling $repeat $number $corcutoff $SAMPLING> /dev/null 2>&1 </command> +<command interpreter="Rscript">feature_selection.R $input $profile $finalset $function1 $resampling $repeat $number $corcutoff $SAMPLING $cores> /dev/null 2>&1 </command> <inputs> <param name="input" type="data" label="Select input data file" help="input .RData file" /> @@ -25,6 +25,15 @@ <option value="nbFuncs">neive bayes based function</option> </param> +<param name="cores" type="select" label="Set Number of Cores " help="default is 1"> + <option value="1" selected="true">1</option> + <option value="4">4</option> + <option value="8">8</option> + <option value="10">10</option> + <option value="16">16</option> + </param> + + <param name="corcutoff" type="float" value= "0.8" min="0.0" max = "1.0" label="Select correlation cutoff" help="values bewteen 0-1. fileds above cufoff value removed from data " /> <param name="resampling" type="select" label="Select appropriate resampling method" > <option value="repeatedcv" selected="true">repeatedcv </option>