Description Usage Arguments Value Examples
This routine performs non-parametric, asymmetric least squares
regression using SVMs. The tested estimators are therefore estimating
the conditional tau-expectiles of Y given X. By default, estimators
for five different tau values are computed.
svmExpectileRegression
is a simple alias of exSVM
.
1 2 3 4 5 |
x |
either a formula or the features |
y |
either the data or the labels corresponding to the features |
... |
configuration parameters, see Configuration. Can be |
weights |
the expectiles that should be estimated |
clipping |
absolute value where the estimated labels will be clipped. -1 (the default) leads to an adaptive clipping value, whereas 0 disables clipping. |
do.select |
if |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.