residuals.rvfl2.Rd
Computes the residuals (observed - predicted) for the RVFL2 model on the given data.
# S3 method for class 'rvfl2' residuals(object, x, y)
An object of class rvfl2 (the fitted model).
rvfl2
A numeric matrix of input features (test data).
A numeric vector of observed target values (test labels).
A numeric vector of residuals.