| LearnerClassifLiblineaR | R Documentation |
LiblineaR Classification Learner
LiblineaR Classification Learner
Type of SVC depends on type argument:
0 L2-regularized logistic regression (primal)
1 L2-regularized L2-loss support vector classification (dual)
3 L2-regularized L1-loss support vector classification (dual)
2 L2-regularized L2-loss support vector classification (primal)
4 Support vector classification by Crammer and Singer
5 L1-regularized L2-loss support vector classification
6 L1-regularized logistic regression
7 L2-regularized logistic regression (dual)
If number of records > number of features, type = 2 is faster
than type = 1
(Hsu et al. 2003).
Note that probabilistic predictions are only available for
types 0, 6, and 7.
The default epsilon value depends on the type parameter,
see [LiblineaR::LiblineaR].
mlr3::Learner -> mlr3::LearnerClassif -> LearnerClassifLiblineaR
new()#' Creates a new instance of this [R6][R6::R6Class] class.
LearnerClassifLiblineaR$new()
clone()The objects of this class are cloneable with this method.
LearnerClassifLiblineaR$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.