metricstr or function, optional
The distance metric to use. The distance function can be ‘braycurtis’, ‘canberra’, ‘chebyshev’, ‘cityblock’,
‘correlation’, ‘cosine’, ‘dice’, ‘euclidean’, ‘hamming’, ‘jaccard’, ‘jensenshannon’, ‘kulczynski1’, ‘mahalanobis’,
‘matching’, ‘minkowski’, ‘rogerstanimoto’, ‘russellrao’, ‘seuclidean’, ‘sokalmichener’, ‘sokalsneath’, ‘sqeuclidean’, ‘yule’.
here:
CEBRA-lens/cebra_lens/quantification/rdm_metric.py
Line 25 in fce191a
Currently,
correlationis implemented (the only option) forComputing the RDM
do we want more distances? pdist handles:
in https://rsatoolbox.readthedocs.io/en/stable/distances.html#correlation-distance
Comparing multiple RDMs
and do we want a different measure of similarity: https://rsatoolbox.readthedocs.io/en/stable/comparing.html.