internal function to optimize model for estimating hyperparameters based on LOOE
lossFunction.looe(param. = NULL, Y. = NULL, X. = NULL,
kernelList. = NULL, n. = NULL, not.missing. = NULL,
compute.kernel. = NULL, print.lambda. = FALSE)
initial parameter values.
response matrix.
X matrix (linear part).
list of kernels (kernel part).
nb of samples.
nb of non missing samples.
boolean. If TRUE, the kernel matrix is computed at each iteration. Should be TRUE when hyperparameters of kernel functions should be estimated by the model.
boolean. If TRUE, values of tunning parameters (lambda) are printed at each iteration.