| tskrrTune-class {xnet} | R Documentation |
Class tskrrTune
Description
The class tskrrTune represents a tuned tskrr
model, and is the output of the function tune. Apart from
the model, it contains extra information on the tuning procedure. This is
a virtual class only.
Slots
lambda_grida list object with the elements
kand possiblygindicating the tested lambda values for the row kernelKand - if applicable - the column kernelG. Both elements have to be numeric.best_lossa numeric value with the loss associated with the best lambdas
loss_valuesa matrix with the loss results from the searched grid. The rows form the X dimension (related to the first lambda), the columns form the Y dimension (related to the second lambda if applicable)
loss_functionthe used loss function
exclusiona character value describing the exclusion used
replaceby0a logical value indicating whether or not the cross validation replaced the excluded values by zero
onedima logical value indicating whether the grid search was done in one dimension. For homogeneous networks, this is true by default.
See Also
the function
tunefor the tuning itselfthe class
tskrrTuneHomogeneousandtskrrTuneHeterogeneousfor the actual classes.