Description Usage Arguments Details Value See Also Examples
This routine provides several points on the ROC curve by solving multiple weighted binary classification problems. It is only suitable to binary classification data.
1 |
x |
either a formula or the features |
y |
either the data or the labels corresponding to the features |
... |
configuration parameters, see Configuration. Can be |
weight_steps |
indicates how many weights between |
do.select |
if |
Please look at the demo-vignette (vignette('demo')
) for more examples.
The labels should only have value c(1,-1)
.
min_weight
, max_weight
, weight_steps
: you might have to define
which weighted classification problems will be considered.
The choice is usually a bit tricky. Good luck ...
an object of type svm
. Depending on the usage this object
has also $train_errors
, $select_errors
, and $last_result
properties.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.