get_compromise_matrix

eyefeatures.features.pairwise.get_compromise_matrix(distance_matrices)[source]

Compute the compromise matrix from a list of distance matrices.

Parameters:

distance_matrices (list[ndarray]) – List of distance matrices (each a ndarray).

Returns:

compromise cross-product matrix.

Return type:

ndarray