
Predict from a fitted symmetric LS-SVR with RMSPE model
predict.psvr_rmspe_sym.RdMethod dispatched on the legacy "psvr_rmspe_sym" class returned by the
deprecated rmspe_sym_lssvr(). Uses the symmetric representer
f(x) = Σₖ αₖ · ½(K(xₖ, x) + a·K(xₖ, -x)) + b. New code should use
psvr().
Usage
# S3 method for class 'psvr_rmspe_sym'
predict(object, newdata, ...)Arguments
- object
An object of class
"psvr_rmspe_sym"fromrmspe_sym_lssvr().- newdata
Numeric matrix of new inputs, one observation per row (M × p).
- ...
Ignored.