tsseg.metrics.NormalizedMutualInformation
- class tsseg.metrics.NormalizedMutualInformation(**kwargs)[source]
Computes the Normalized Mutual Information (NMI).
- __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.