powered by
Provides a prediction value at a given epsilon from epspath object.
epsilon
epspath
# S3 method for epspath predict(object, newx, svr.eps = 1, ...)
The epspath object
Values of x to be predicted. This is a matrix with observations per row. Default is x in the epspath object.
The value of the "epsilon-insensitive loss" paramter, epsilon.
Generic compatibility
In each case, the desired prediction.
# NOT RUN { # The 'eobj' is given by examples description of epspath(). predict(eobj, svr.eps = .1) # }
Run the code above in your browser using DataLab