COMPASS.relabel#
missionbio.mosaic.algorithms.compass.COMPASS.relabel
- COMPASS.relabel(min_prob_diff: float) ndarray#
 Label the nodes using the given min_prob_diff
- Parameters:
 - min_prob_diff: The minimum probability difference for a cell to be marked “Ambiguous”
 
- Returns:
 - np.ndarray: The updated labels. These are also stored in self.labels_
 
Notes
self.min_prob_diff is also updated
< Class COMPASS