fmeasure
F-beta score over multiple runs.
- class pysatl_cpd.analysis.metrics.multiple_run.classification.fmeasure.FScoreMetric(error_margin, beta=1.0)[source]
Bases:
DerivedMetric[TraceT,ProviderT,float,float],GenericConfigure the F-beta metric with an error margin.
- Parameters:
- Raises:
ValueError – If
betais negative.
- property bases: Mapping[str, IMultipleRunMetric[TraceT, ProviderT, float]]
Underlying precision and recall metrics.
- Return type:
Mapping[str,IMultipleRunMetric]