powered by
produces a plot of the SVR epsilon path.
epsilon
# S3 method for epspath plot(x, intercept = FALSE, ...)
The epspath object
If it is TRUE, then an intercept path plot is given.
TRUE
Generic compatibility
The entire solution path of SVR solution as a function of epsilon.
# NOT RUN { # The 'eobj' is given by examples description of epspath(). plot(eobj, lty = 2, lwd = 2, col = 2, cex.lab = 1.5) # }
Run the code above in your browser using DataLab