derived_metric
Base class for multi-run metrics derived from other multi-run metrics.
- class pysatl_cpd.analysis.metrics.multiple_run.derived_metric.DerivedMetric[source]
Bases:
IMultipleRunMetric,GenericEvaluate several multi-run metrics and combine their outputs.
Notes
The generic parameters identify the detection trace type, labeled data provider type, input metric result type, and derived metric result type.
- abstract property bases: Mapping[str, IMultipleRunMetric]
Underlying metrics used to compute the derived value.
- Return type:
Mapping[str,IMultipleRunMetric]