cost {dials} | R Documentation |
Support vector machine parameters
Description
Parameters related to the SVM objective function(s).
Usage
cost(range = c(-10, 5), trans = transform_log2())
svm_margin(range = c(0, 0.2), trans = NULL)
Arguments
range |
A two-element vector holding the defaults for the smallest and largest possible values, respectively. If a transformation is specified, these values should be in the transformed units. |
trans |
A |
Examples
cost()
svm_margin()
[Package dials version 1.3.0 Index]