Back to models
Metric

RandIndex

Segmentation Rand Index metric.

Quickstart

python
from sktime.performance_metrics.detection import RandIndex

estimator = RandIndex(use_loc=True)