RSRM has the functionality to learn the weights for a new subject while keeping the shared response fixed (.transform_subject: https://github.com/brainiak/brainiak/blob/a16df0070b571cf5583af4c39331f3b59192a709/brainiak/funcalign/rsrm.py#L221). This would be great to have with SRM and all other SRM functions moving forward
RSRM has the functionality to learn the weights for a new subject while keeping the shared response fixed (.transform_subject:
brainiak/brainiak/funcalign/rsrm.py
Line 221 in a16df00