plot the epspath, solution paths of SVR as a function of epsilon
produces a plot of the SVR epsilon
path.
## S3 method for class 'epspath' plot(x, intercept = FALSE, ...)
x
: The epspath objectintercept
: If it is TRUE
, then an intercept path plot is given....
: Generic compatibilityThe entire solution path of SVR solution as a function of epsilon
.
# The 'eobj' is given by examples description of epspath(). plot(eobj, lty = 2, lwd = 2, col = 2, cex.lab = 1.5)
Do Hyun Kim, Seung Jun Shin
Useful links