Metric-class | R Documentation |
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.
This class inherits from the Component
class.
name
a short name identifier. Must be alphanumeric.
label
a longer, human readable label that can have other characters such as spaces, hyphens, etc.
metric
a function with arguments "model" and "out" (and optionally "draw")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.