predict.epspath function

Make predictions from an "epspath" object

Make predictions from an "epspath" object

Provides a prediction value at a given epsilon from epspath object.

## S3 method for class 'epspath' predict(object, newx, svr.eps = 1, ...)

Arguments

  • object: The epspath object
  • newx: Values of x to be predicted. This is a matrix with observations per row. Default is x in the epspath object.
  • svr.eps: The value of the "epsilon-insensitive loss" paramter, epsilon.
  • ...: Generic compatibility

Returns

In each case, the desired prediction.

Examples

# The 'eobj' is given by examples description of epspath(). predict(eobj, svr.eps = .1)

Author(s)

Do Hyun Kim, Seung Jun Shin

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

Useful links