powered by
kernel_lift() is kept for existing code. New code should call lift_plot().
kernel_lift()
lift_plot()
kernel_lift(x, y, gamma = 1, center = NULL)
A ggplot object.
ggplot
Numeric two-column matrix or data frame.
Two-class response.
Positive RBF scale.
Optional numeric length-two center for the RBF bump. If NULL, the centroid of the inner class is used.
NULL
Other visualization: compare_methods(), lift_plot(), lift_plotly()
compare_methods()
lift_plotly()
set.seed(22) dat <- gen_circles(60, noise = 0.04) kernel_lift(dat$x, dat$y, gamma = 1)
Run the code above in your browser using DataLab