The object consists of 3 slots
Constructor for the S4 Marker object.
Usage
Marker(id, marker, parameters, logger = Logger())Arguments
- id
the learning method
- marker
(optional) function able to assign a numerical value to the features in a trained model. Used if
idis not one of the supported by renoir. If provided, it must return a list with the number of elements equivalent to the number of responses in the outcome variable.- parameters
list containing the parameters to fix for the marking
- logger
a Logger
Slots
ida length-one character vector
markera function able to assign a numerical value to the features in a trained model
parametersa list
loggera Logger object