Skip to contents

Build an Evaluator object.

Usage

Evaluator(.name, .configuration = list(), .value = numeric(0), ...)

Arguments

.name

The name of the Evaluator provided as a string.

.configuration

Optional argument for setting the configuration. The configuration has to be a named list.

.value

The value of the evaluation measure being used.

...

optional arguments.

Value

An Evaluator object.