utils.incoherent_score#

Back to Module page

Summary#

Signature#

def incoherent_score(triggers, no_sum = False, **kwargs)
Input variables#

Name

Type

Default

Description

triggers

n_cand x n_detector x row of processedclists (can be a 2d array if n_cand = 1)

no_sum

False

Flag to return individual scores

\*\*kwargs

Output variables#

Return annotation

Docstring type

Description

None

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)