summaryrefslogtreecommitdiff
path: root/docs/source/auto_examples/plot_otda_d2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/auto_examples/plot_otda_d2.rst')
-rw-r--r--docs/source/auto_examples/plot_otda_d2.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/auto_examples/plot_otda_d2.rst b/docs/source/auto_examples/plot_otda_d2.rst
index e5a60c4..80cc34c 100644
--- a/docs/source/auto_examples/plot_otda_d2.rst
+++ b/docs/source/auto_examples/plot_otda_d2.rst
@@ -46,8 +46,8 @@ generate data
n_samples_source = 150
n_samples_target = 150
- Xs, ys = ot.datasets.get_data_classif('3gauss', n_samples_source)
- Xt, yt = ot.datasets.get_data_classif('3gauss2', n_samples_target)
+ Xs, ys = ot.datasets.make_data_classif('3gauss', n_samples_source)
+ Xt, yt = ot.datasets.make_data_classif('3gauss2', n_samples_target)
# Cost matrix
M = ot.dist(Xs, Xt, metric='sqeuclidean')
@@ -242,7 +242,7 @@ Fig 3 : plot transported samples
-**Total running time of the script:** ( 0 minutes 39.829 seconds)
+**Total running time of the script:** ( 0 minutes 35.515 seconds)