| kernel_lift | R Documentation |
kernel_lift() is kept for existing code. New code should call
lift_plot().
kernel_lift(x, y, gamma = 1, center = NULL)
x |
Numeric two-column matrix or data frame. |
y |
Two-class response. |
gamma |
Positive RBF scale. |
center |
Optional numeric length-two center for the RBF bump. If |
A ggplot object.
Other visualization:
compare_methods(),
lift_plot(),
lift_plotly()
set.seed(22)
dat <- gen_circles(60, noise = 0.04)
kernel_lift(dat$x, dat$y, gamma = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.