delta.utilities.getAttributions¶
- delta.utilities.getAttributions(scores: ndarray[Any, dtype[float32]]) ndarray[Any, dtype[bool]]¶
Get attribution matrix from tracking scores
- Parameters
- scores2D array of floats
Tracking scores matrix as produced by the getTrackingScores function.
- Returns
- attrib2D array of bools
Attribution matrix. Cells from the old frame (axis 0) are attributed to cells in the new frame (axis 1). Each old cell can be attributed to 1 or 2 new cells.