-
Couldn't load subscription status.
- Fork 33
Description
First of all, thank you so much for making this work open source! It is much appreciated! :)
I am interested in calculating RDMs for representations learned by neural networks. For this, I was looking at your bhvRDM function, since the description of the function includes 'This function can also be used to calculate the RDM for computational simulation data'.
My understanding was that for RDMs, correlation distance (i.e. 1 - r where r refers to the Pearson correlation) was used. However, on line 84 (here), I am not sure why you are simply computing the absolute distance. Can you please help me out?
Thanks once again for your phenomenal work!