summaryrefslogtreecommitdiff
path: root/examples/gromov/plot_gromov_barycenter.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gromov/plot_gromov_barycenter.py')
-rwxr-xr-xexamples/gromov/plot_gromov_barycenter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gromov/plot_gromov_barycenter.py b/examples/gromov/plot_gromov_barycenter.py
index 08ec610..1b9abbf 100755
--- a/examples/gromov/plot_gromov_barycenter.py
+++ b/examples/gromov/plot_gromov_barycenter.py
@@ -36,7 +36,7 @@ import ot
def smacof_mds(C, dim, max_iter=3000, eps=1e-9):
"""
Returns an interpolated point cloud following the dissimilarity matrix C
- using SMACOF multidimensional scaling (MDS) in specific dimensionned
+ using SMACOF multidimensional scaling (MDS) in specific dimensioned
target space
Parameters