Returns the fitted (predicted) values for the RVFL2 model on the given data.

# S3 method for class 'rvfl2'
fitted(object, x)

Arguments

object

An object of class rvfl2 (the fitted model).

x

A numeric matrix of input features (test data).

Value

A numeric vector of fitted values.