arl_based_metric_visualizer
ARL-based metric visualizer.
- class pysatl_cpd.analysis.visualization.benchmarking.metrics.arl_based_metric_visualizer.ARLBasedMetricVisualizer(*, backend=DrawBackend.MATPLOTLIB, y_metrics, title='ARL Curve', ylabel='Values', style_map=None)[source]
Bases:
IMetricVisualizerDraw metrics as functions of ARL.
Rows that share the same
arlvalue (e.g. different thresholds) are collapsed by taking the minimum of each plotted metric, yielding the lower envelope along the ARL axis.- Parameters: