
Predict from a fitted symmetric epsilon-SVR with MAPE model
predict.psvr_mape_sym.RdMethod dispatched on the legacy "psvr_mape_sym" class returned by the
deprecated mape_sym_svr(). Uses the symmetric representer theorem
f(x) = ½ Σk βk Ks(xk, x) + b with
Ks(xk, x) = K(xk, x) + a·K(xk, -x). New code should use psvr().
Usage
# S3 method for class 'psvr_mape_sym'
predict(object, newdata, ...)Arguments
- object
An object of class
"psvr_mape_sym"frommape_sym_svr().- newdata
Numeric matrix of new inputs, one observation per row (M × p).
- ...
Ignored.