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