Description Usage Arguments Details Value Documentation for command-line parameters of svm-select See Also
Should only be used by experts! This selects for every task and cell the best hyper-parameter based on the validation errors in the folds. This is saved and will afterwards be used in the evaluation of the decision functions.
1 2 |
model |
the |
command.args |
further arguments aranged in a list, corresponding to the arguments
of the command line interface to |
... |
parameters passed to selection phase e.g. |
d |
level of display information |
warn.suboptimal |
if TRUE this will issue a warning
if the boundary of the hyper-parameter grid was hit too many times.
The default can be changed by setting |
Some learning scenarios have to perform several selection runs:
for instance in quantile regression for every quantile.
This is done by specifying weight_number
ranging from 1 to the number of quantiles.
See command-args for details.
a table giving training and validation errors and more internal statistic
for all the SVMs that were selected.
This is also recorded in model$select_errors
.
The following parameters can be used as well:
h=[<level>]
Displays all help messages.
Meaning of specific values:
<level> = 0 => short help messages
<level> = 1 => detailed help messages
Allowed values:
<level>: 0 or 1
Default values:
<level> = 0
N=c(<class>,<constraint>)
Replaces the best validation error in the search for the best hyper-parameter
combination by an NPL criterion, in which the best detection rate is searched
for given the false alarm constraint <constraint> on class <class>.
Allowed values:
<class>: -1 or 1
<constraint>: float between 0.0 and 1.0
Default values:
Option is deactivated.
R=<method>
Selects the method that produces decision functions from the different folds.
Meaning of specific values:
<method> = 0 => select for best average validation error
<method> = 1 => on each fold select for best validation error
Allowed values:
<method>: integer between 0 and 1
Default values:
<method> = 1
W=<number>
Restrict the search for the best hyper-parameters to weights with the number
<number>.
Meaning of specific values:
<number> = 0 => all weights are considered.
Default values:
<number> = 0
command-args, svm
, init.liquidSVM
, selectSVMs
, predict.liquidSVM
, test.liquidSVM
and clean.liquidSVM
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.