Last chance! 50% off unlimited learning
Sale ends in
"CVInfo"
Cross-Validation parameters and results.
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.
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.
signature(object = "CVInfo")
:
Retrieve parameter values considered.
signature(object = "CVInfo")
:
Retrieve values at each parameter considered.
signature(object = "CVInfo")
:
Retrieve cross-validation matrix.
# NOT RUN {
showClass("CVInfo")
# }
Run the code above in your browser using DataLab