An S4 class to represent a scorer list.
Constructor for the S4 ScorerList object.
Creates a list of supported scorers for the selected response type
Usage
ScorerList(...)
create_ScorerList(
resp.type,
measures,
grouped = TRUE,
parameters,
logger = Logger()
)Arguments
- ...
Scorer objects
- resp.type
response type
Details
This subclass extends the S4 List virtual class by using the SimpleList implementation.
The object consists of 4 slots
Constructor for the S4 ScorerList object.
Slots
listDataliststoring the list elementselementTypethe type of data represented in the sequence
elementMetadataDataFrame storing the element-wise metadata, with a row for each element and a column for each metadata available. Default is
NULLmetadataliststoring the global metadata annotating the object as a whole