Skip to content

Commit

Permalink
Update fmralign/hyperalignment/correlation.py
Browse files Browse the repository at this point in the history
Co-authored-by: bthirion <[email protected]>
  • Loading branch information
denisfouchard and bthirion authored Feb 26, 2024
1 parent 8fd6863 commit dad2a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmralign/hyperalignment/correlation.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def stimulus_correlation(X, Y, linear_assignment=True, absolute=True):

def matrix_MDS(X, Y, n_components=2, dissimilarity="euclidean"):
"""
Perform multidimensional scaling (MDS) on the given data matrices X and Y.
Perform multidimensional scaling (MDS) on the rows of X and Y.
Parameters:
----------
Expand Down

0 comments on commit dad2a61

Please sign in to comment.