plot.epspath function

plot the epspath, solution paths of SVR as a function of epsilon

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, ...)

Arguments

  • x: The epspath object
  • intercept: If it is TRUE, then an intercept path plot is given.
  • ...: Generic compatibility

Returns

The entire solution path of SVR solution as a function of epsilon.

Examples

# The 'eobj' is given by examples description of epspath(). plot(eobj, lty = 2, lwd = 2, col = 2, cex.lab = 1.5)

Author(s)

Do Hyun Kim, Seung Jun Shin

  • Maintainer: Do Hyun Kim
  • License: GPL (>= 2)
  • Last published: 2018-06-29

Useful links