Skip to content

Commit 93cd8ff

Browse files
Update src/spikeinterface/comparison/comparisontools.py
Co-authored-by: Heberto Mayorquin <h.mayorquin@gmail.com>
1 parent ef48946 commit 93cd8ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/spikeinterface/comparison/comparisontools.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ def compute_matching_matrix(
155155
Returns
156156
-------
157157
matching_matrix : ndarray
158-
A 2D numpy array of shape `(num_units_train1, num_units_train2)`
158+
A 2D numpy array of shape `(num_units_train1, num_units_train2)`. Each element `[i, j]` represents
159+
the count of matching spike pairs between unit `i` from `spike_frames_train1` and unit `j` from `spike_frames_train2`.
159160
160161
"""
161162

0 commit comments

Comments
 (0)