rsagroup / rsatoolbox

Python library for Representational Similarity Analysis
MIT License
183 stars 38 forks source link

Mean remove RDMs #360

Closed HeikoSchuett closed 10 months ago

HeikoSchuett commented 10 months ago

This pull request implements the distances that first remove the mean for each pattern and then compute the respective distances. I made this work for all the variants of euclidean distances by tweaking the input parsing function.