An S4 class representing an evaluation metric to be used by simulator.
Source:R/metric-class.R
Metric-class.Rd
An object of class Metric
consists of a name, label, and a function
metric
that takes arguments model
(of class
Model
) and out
(of class Output
), which
is the output of a method.
Details
This class inherits from the Component
class.