utils.incoherent_score#
Back to Module page
Summary#
Signature#
def incoherent_score(triggers, no_sum = False, **kwargs)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
n_cand x n_detector x row of processedclists (can be a 2d array if n_cand = 1) |
||
|
False |
Flag to return individual scores |
|
|
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
Vector of incoherent scores (scalar if n_cand = 1) |
Docstring#
:param triggers:
n_cand x n_detector x row of processedclists
(can be a 2d array if n_cand = 1)
:param no_sum: Flag to return individual scores
:return: Vector of incoherent scores (scalar if n_cand = 1)