Description Usage Arguments Details Value References Examples
View source: R/svm_classifier_class.R
Support Vector Machines (SVM) are a machine learning algorithm for classification. They can make use of kernel functions to generate highly non-linear boundaries between groups.
1 2 3 4 5 6 7 8 9 10 |
factor_name |
(character) The name of a sample-meta column to use. |
kernel |
(character) Kernel type. Allowed values are limited to the following:
The default is |
degree |
(numeric) The polynomial degree. The default is |
gamma |
(numeric) The gamma parameter. The default is |
coef0 |
(numeric) The offset coefficient. The default is |
cost |
(numeric) The cost of violating the constraints. The default is |
class_weights |
(numeric, character, NULL) A named vector of weights for the different classes. Specifying
"inverse" will choose the weights inversely proportional to the class distribution. The default is |
... |
Additional slots and values passed to |
This object makes use of functionality from the following packages:
e1071
A SVM
object.
struct object
Meyer D, Dimitriadou E, Hornik K, Weingessel A, Leisch F (2019). e1071: Misc Functions of the Department of Statistics, Probability Theory Group (Formerly: E1071), TU Wien. R package version 1.7-3, https://CRAN.R-project.org/package=e1071.
Brereton RG, Lloyd GR (2010). “Support Vector Machines for classification and regression.” The Analyst, 135(2), 230-267.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.