Metric
RandIndex
Segmentation Rand Index metric.
Quickstart
python
from sktime.performance_metrics.detection import RandIndex
estimator = RandIndex(use_loc=True)Segmentation Rand Index metric.
from sktime.performance_metrics.detection import RandIndex
estimator = RandIndex(use_loc=True)