TunedList Class An S4 class to represent a list of tuned models.
Source:R/class_TunedList.R
TunedList-class.Rd
This subclass extends the S4 List virtual class by using the SimpleList implementation.
Constructor for the S4 TunedList object.
Slots
listData
list
storing the list elementselementType
the type of data represented in the sequence
elementMetadata
DataFrame storing the element-wise metadata, with a row for each element and a column for each metadata available. Default is
NULL
metadata
list
storing the global metadata annotating the object as a whole