ContextLab / hypertools

A Python toolbox for gaining geometric insights into high-dimensional data
http://hypertools.readthedocs.io/en/latest/
MIT License
1.83k stars 160 forks source link

BF: projection is assumed to be from source to target. #28

Closed swaroopgj closed 7 years ago

swaroopgj commented 7 years ago

@andrewheusser Fixed the line I overlooked. Also, using pinv is not a good idea unless you really have to.

Added an extra example case where the data share geometry and are therefore aligned after hyperalignment.

andrewheusser commented 7 years ago

@swaroopgj thanks so much! This is extremely helpful :)