tsseg.metrics.AdjustedMutualInformation
- class tsseg.metrics.AdjustedMutualInformation(**kwargs)[source]
Computes the Adjusted Mutual Information (AMI).
- __init__(**kwargs)
Initializes the metric with optional parameters.
Methods
__init__(**kwargs)Initializes the metric with optional parameters.
compute(y_true, y_pred, **kwargs)Computes the value of the metric.