Skip to contents

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 id is 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

Value

An object of class Marker.

Slots

id

a length-one character vector

marker

a function able to assign a numerical value to the features in a trained model

parameters

a list

logger

a Logger object

Author

Alessandro Barberis