tsseg.metrics.HausdorffDistance
- class tsseg.metrics.HausdorffDistance(**kwargs)[source]
Computes the Hausdorff distance between two sets of change points.
- __init__(**kwargs)
Initializes the metric with optional parameters.
Methods
__init__(**kwargs)Initializes the metric with optional parameters.
compute(y_true, y_pred)Computes the Hausdorff distance.