summaryrefslogtreecommitdiff
path: root/docs/source/auto_examples/plot_otda_d2.rst
diff options
context:
space:
mode:
authorKilian <kilian.fatras@gmail.com>2018-06-26 11:10:40 -0700
committerGitHub <noreply@github.com>2018-06-26 11:10:40 -0700
commitb4bc86176a5712fdd2f930fbf5d1968edd5efa5e (patch)
tree075c694496216f0a6db61e879ece5eb2e799fc07 /docs/source/auto_examples/plot_otda_d2.rst
parent208ff4627ba28aa3f35328c5928324019c23ddac (diff)
parent327b0c6e0ccb0c9453179eb316021c34bcdffec4 (diff)
Merge branch 'master' into stochastic_OT
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)