Rdocumentation
powered by
Learn R Programming
CEGO (version 2.0.0)
combinatorialRBFN: 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