↓ 1 callersFunctionintersect_predicted_clusters_to_gold(
predicted_clusters: Dict[str, List[Tuple[int, int]]], gold_clusters: Dict[str, List[Tuple[int, int]]]
)
scirex/predictors/utils.py:27
↓ 1 callersFunctionmatch_predicted_clusters_to_gold(
predicted_clusters: Dict[str, List[Tuple[int, int]]],
gold_clusters: Dict[str, List[Tuple[int, int]]
scirex/metrics/clustering_metrics.py:6