Description Usage Arguments Value
Implementation of the MM algorithm solver for the binary support vector machine.
1 2 3 4 5 6 7 8 9 10 11 |
formula |
an object of class |
data |
an optional data frame, list or environment (or object coercible
by |
lambda |
penalty term scaling hyperparameter. |
loss |
hinge loss to use in estimation. Default is |
huber.k |
hyperparameter for Huber hinge errors. Default is
|
loss.tol |
optional convergence tolerance in the MM algorithm. Default
is |
v.init |
optional initial v parameters to use in the MM algorithm.
Default is |
seed |
optional seed. Default is |
verbose |
optional number indicating per how many iterations the
estimation progress is displayed. Default is |
svm.bin
returns an object of class
mlkit.bin.fit
. An object of class mlkit.bin.fit
is a list
containing at least the following components:
coefficients |
a named vector of optimal coefficients. |
loss |
SVM loss including penalizing term on the parameters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.