
Last chance! 50% off unlimited learning
Sale ends in
Predict with a model fit resulting from modelRBFN
.
# S3 method for modelRBFN
predict(object, x, ...)
Returned value depends on the setting of object$predAll
TRUE: list with function value (mean) $y
and uncertainty estimate $s
(standard deviation)
FALSE:$y
only
fit of the RBFN model (settings and parameters), of class modelRBFN
.
list of samples to be predicted
further arguments, not used
modelRBFN