Parameters related to the SVM objective function(s).
cost(range = c(-10, 5), trans = log2_trans()) svm_margin(range = c(0, 0.2), trans = NULL)
range | A two-element vector holding the defaults for the smallest and largest possible values, respectively. |
---|---|
trans | A |
cost()#> Cost (quantitative) #> Transformer: log-2 #> Range (transformed scale): [-10, 5]svm_margin()#> Insensitivity Margin (quantitative) #> Range: [0, 0.2]