-
Notifications
You must be signed in to change notification settings - Fork 101
Description
Thank you for developing and maintaining this highly valuable repository!
I am currently investigating the geometric overlap between the low-dimensional representations of two distinct task variables. To accurately calculate the angle (or principal angles) between the optimal dPCs corresponding to these two variables, I would like to clarify whether I should use the encoding axes or the decoding axes.
Specifically, in your MATLAB implementation, should this orthogonality computation be performed using the columns of the Encoder matrix (V) or the Decoder matrix (W)?
The original 2016 eLife paper evaluates the "Angles between dPCs" using the encoding axes (
Thank you for your time.