combinatorialLM {CEGO} | R Documentation |
Linear Distance-Based Model
Description
DEPRECATED version of the linear, distance-based model, please use modelLinear
Usage
combinatorialLM(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]