rbf_sigma {dials} | R Documentation |
Parameters related to the radial basis or other kernel functions.
rbf_sigma(range = c(-10, 0), trans = log10_trans())
scale_factor(range = c(-10, -1), trans = log10_trans())
kernel_offset(range = c(0, 2), trans = NULL)
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 |
degree()
can also be used in kernel functions.
rbf_sigma()
scale_factor()
kernel_offset()