predict.modelRBFN: Predict: Combinatorial RBFN

Description Usage Arguments Value See Also

View source: R/modelRBFN.R

Description

Predict with a model fit resulting from modelRBFN.

Usage

1
2
## S3 method for class 'modelRBFN'
predict(object, x, ...)

Arguments

object

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

x

list of samples to be predicted

...

further arguments, not used

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

See Also

modelRBFN


CEGO documentation built on May 14, 2021, 1:08 a.m.