predict.cv.rvflnet.RdPredict method for cross-validated RVFLNet
# S3 method for class 'cv.rvflnet'
predict(object, newx = NULL, s = "lambda.min", type = "response", ...)predictions
if (FALSE) { # \dontrun{
predictions <- predict(cv_model, newx = x_test, s = "lambda.min")
} # }