tangle_score#

TangleSearchWidget.tangle_score(min_agreement: int, normalize: str = 'none') ndarray#

compute the tangles scores for given agreement

(forwards to tangles.analysis.tangle_score())

Parameter#

min_agreementint

The new agreement search limit.

normalize: str

one of ‘none’, ‘rows’, ‘cols’, ‘both’

Returns#

np.ndarray

Tangle score matrix M, where M(i,j) is the score of data point i for tangle j