Skip to contents

Method dispatched on the legacy "psvr_rmspe" class returned by the deprecated rmspe_lssvr(). New code should use psvr().

Usage

# S3 method for class 'psvr_rmspe'
predict(object, newdata, ...)

Arguments

object

An object of class "psvr_rmspe" from rmspe_lssvr().

newdata

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

...

Ignored.

Value

Numeric vector of length M with predicted values.