smoothness {dials} | R Documentation |
Kernel Smoothness
Description
Used in discrim::naive_Bayes()
.
Usage
smoothness(range = c(0.5, 1.5), 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
smoothness()
[Package dials version 1.3.0 Index]