question about inference.evaluate.eval_fixed #381
-
I want to run the simplest of RSA's, but want to make sure I'm doing it right. I'm focused on the following:
I want to double check whether my neural rdms and model rdm are aligned according to the same feature.
However I have less insight into how my neural rdms are "ordered" at the time of the ominous correlation, given that they have multiple pattern_descriptors and eval_fixed doesn't allow my to ensure/specify which pattern descriptor (e.g.: "rank") to order by when doing evaluation so I'm worried about misalignment. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi Andrei, the rdms are not reordered during evaluation; in other words, they are kept in the order given by the rsatoolbox/src/rsatoolbox/rdm/compare.py Line 162 in 0f1e77a rsatoolbox/src/rsatoolbox/rdm/compare.py Line 592 in 0f1e77a Does that answer your question? |
Beta Was this translation helpful? Give feedback.
-
@andreifoldes if you don't mind I'd keep this open, the idea with the "discussion" I think is to also provide something for other people to look for answers to their questions. But maybe you can mark my comment as "Answer"? Thanks! |
Beta Was this translation helpful? Give feedback.
Exactly; assuming they both have this descriptor called "myCondition", and you want it sorted alphabetically.