Learn R Programming

CEGO (version 2.4.3)

predict.modelRBFN: Predict: Combinatorial RBFN

Description

Predict with a model fit resulting from modelRBFN.

Usage

# S3 method for modelRBFN
predict(object, x, ...)

Value

Returned value depends on the setting of object$predAll

TRUE: list with function value (mean) $y and uncertainty estimate $s (standard deviation)

FALSE:$yonly

Arguments

object

fit of the RBFN model (settings and parameters), of class modelRBFN.

x

list of samples to be predicted

...

further arguments, not used

See Also

modelRBFN