combinatorialRBFN {CEGO} | R Documentation |
Radial Basis Function Network
Description
DEPRECATED version of the RBFN model, please use modelRBFN
Usage
combinatorialRBFN(x, y, distanceFunction, control = list())
Arguments
x |
list of samples in input space |
y |
column vector of observations for each sample |
distanceFunction |
a suitable distance function of type f(x1,x2), returning a scalar distance value |
control |
options for the model building procedure |
[Package CEGO version 2.4.4 Index]