class documentation
class EvaluationMetricConfig(OperatorConfig): (source)
Constructor: EvaluationMetricConfig(name, label, description, eval_types, ...)
Configuration class for evaluation metrics.
Parameters | |
name | the name of the evaluation metric |
label | a label for the evaluation metric |
description | a description of the evaluation metric |
eval | an optional list of evaluation method types that this metric supports |
aggregate | an optional key under which to store the metric's
aggregate value. This is used, for example, by
metrics() .
By default, the metric's name is used as its key |
lower | whether lower values of the metric are better |
**kwargs | other kwargs for fiftyone.operators.OperatorConfig |
Method | __init__ |
Undocumented |
Instance Variable | aggregate |
Undocumented |
Instance Variable | eval |
Undocumented |
Instance Variable | lower |
Undocumented |
Inherited from OperatorConfig
:
Method | to |
Undocumented |
Instance Variable | allow |
Undocumented |
Instance Variable | allow |
Undocumented |
Instance Variable | dark |
Undocumented |
Instance Variable | default |
Undocumented |
Instance Variable | delegation |
Undocumented |
Instance Variable | disable |
Undocumented |
Instance Variable | dynamic |
Undocumented |
Instance Variable | execute |
Undocumented |
Instance Variable | icon |
Undocumented |
Instance Variable | kwargs |
Undocumented |
Instance Variable | light |
Undocumented |
Instance Variable | name |
Undocumented |
Instance Variable | on |
Undocumented |
Instance Variable | on |
Undocumented |
Instance Variable | resolve |
Undocumented |
Instance Variable | unlisted |
Undocumented |