Skip to contents

Method 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" from mape_sym_svr().

newdata

Numeric matrix of new inputs, one observation per row (M × p).

...

Ignored.

Value

Numeric vector of length M with predicted values.