Description
Cross-Validation parameters and results.Objects from the Class
Objects can be created by calls of the form new("CVInfo", ...).
These objects are for convenience in package development
and should not be created by users.Slots
value:- An object of class
"matrix."
Matrix of values for each parameter
considered. pars:- An object of class
"numeric."
Parameter values considered. opt:- An object of class
"numeric."
Optimal parameter value.
Methods
- .getPars
signature(object = "CVInfo"):
Retrieve parameter values considered.- .getValue
signature(object = "CVInfo"):
Retrieve values at each parameter considered.- cvInfo
signature(object = "CVInfo"):
Retrieve cross-validation matrix.