
Predict from a fitted epsilon-SVR with MAPE model
predict.psvr_mape.RdMethod dispatched on the legacy "psvr_mape" class returned by the
deprecated mape_svr(). New code should use psvr() (which returns a
"psvr_fit" object dispatched by predict.psvr_fit()).
Usage
# S3 method for class 'psvr_mape'
predict(object, newdata, ...)Arguments
- object
An object of class
"psvr_mape"frommape_svr().- newdata
Numeric matrix of new inputs, one observation per row (M × p).
- ...
Ignored.