summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2020-04-24 17:32:57 +0200
committerRémi Flamary <remi.flamary@gmail.com>2020-04-24 17:32:57 +0200
commita54775103541ea37f54269de1ba1e1396a6d7b30 (patch)
tree376e23ba65b169b0493df445fcee7b17bfd26318 /examples
parente18e18f8453263fa95c61e666f14c89a1df5efb4 (diff)
exmaples in sections
Diffstat (limited to 'examples')
-rw-r--r--examples/README.txt4
-rw-r--r--examples/barycenters/README.txt4
-rw-r--r--examples/barycenters/plot_barycenter_1D.py (renamed from examples/plot_barycenter_1D.py)0
-rw-r--r--examples/barycenters/plot_barycenter_lp_vs_entropic.py (renamed from examples/plot_barycenter_lp_vs_entropic.py)0
-rw-r--r--examples/barycenters/plot_convolutional_barycenter.py (renamed from examples/plot_convolutional_barycenter.py)0
-rw-r--r--examples/barycenters/plot_free_support_barycenter.py (renamed from examples/plot_free_support_barycenter.py)0
-rw-r--r--examples/domain-adaptation/README.txt5
-rw-r--r--examples/domain-adaptation/plot_otda_classes.py (renamed from examples/plot_otda_classes.py)0
-rw-r--r--examples/domain-adaptation/plot_otda_color_images.py (renamed from examples/plot_otda_color_images.py)0
-rw-r--r--examples/domain-adaptation/plot_otda_d2.py (renamed from examples/plot_otda_d2.py)0
-rw-r--r--examples/domain-adaptation/plot_otda_jcpot.py (renamed from examples/plot_otda_jcpot.py)0
-rw-r--r--examples/domain-adaptation/plot_otda_laplacian.py (renamed from examples/plot_otda_laplacian.py)0
-rw-r--r--examples/domain-adaptation/plot_otda_linear_mapping.py (renamed from examples/plot_otda_linear_mapping.py)0
-rw-r--r--examples/domain-adaptation/plot_otda_mapping.py (renamed from examples/plot_otda_mapping.py)0
-rw-r--r--examples/domain-adaptation/plot_otda_mapping_colors_images.py (renamed from examples/plot_otda_mapping_colors_images.py)0
-rw-r--r--examples/domain-adaptation/plot_otda_semi_supervised.py (renamed from examples/plot_otda_semi_supervised.py)0
-rw-r--r--examples/gromov/README.txt4
-rw-r--r--examples/gromov/plot_barycenter_fgw.py (renamed from examples/plot_barycenter_fgw.py)0
-rw-r--r--examples/gromov/plot_fgw.py (renamed from examples/plot_fgw.py)0
-rw-r--r--examples/gromov/plot_gromov.py (renamed from examples/plot_gromov.py)0
-rwxr-xr-xexamples/gromov/plot_gromov_barycenter.py (renamed from examples/plot_gromov_barycenter.py)0
-rw-r--r--examples/others/README.txt5
-rw-r--r--examples/others/plot_WDA.py (renamed from examples/plot_WDA.py)0
-rw-r--r--examples/unbalanced-partial/README.txt3
-rw-r--r--examples/unbalanced-partial/plot_UOT_1D.py (renamed from examples/plot_UOT_1D.py)0
-rw-r--r--examples/unbalanced-partial/plot_UOT_barycenter_1D.py (renamed from examples/plot_UOT_barycenter_1D.py)0
-rwxr-xr-xexamples/unbalanced-partial/plot_partial_wass_and_gromov.py (renamed from examples/plot_partial_wass_and_gromov.py)0
27 files changed, 25 insertions, 0 deletions
diff --git a/examples/README.txt b/examples/README.txt
index 7f5be39..69a9f84 100644
--- a/examples/README.txt
+++ b/examples/README.txt
@@ -2,3 +2,7 @@ Examples gallery
================
This is a gallery of all the POT example files.
+
+
+OT and regularized OT
+--------------------- \ No newline at end of file
diff --git a/examples/barycenters/README.txt b/examples/barycenters/README.txt
new file mode 100644
index 0000000..8461f7f
--- /dev/null
+++ b/examples/barycenters/README.txt
@@ -0,0 +1,4 @@
+
+
+Wasserstein barycenters
+----------------------- \ No newline at end of file
diff --git a/examples/plot_barycenter_1D.py b/examples/barycenters/plot_barycenter_1D.py
index 63dc460..63dc460 100644
--- a/examples/plot_barycenter_1D.py
+++ b/examples/barycenters/plot_barycenter_1D.py
diff --git a/examples/plot_barycenter_lp_vs_entropic.py b/examples/barycenters/plot_barycenter_lp_vs_entropic.py
index 57a6bac..57a6bac 100644
--- a/examples/plot_barycenter_lp_vs_entropic.py
+++ b/examples/barycenters/plot_barycenter_lp_vs_entropic.py
diff --git a/examples/plot_convolutional_barycenter.py b/examples/barycenters/plot_convolutional_barycenter.py
index e74db04..e74db04 100644
--- a/examples/plot_convolutional_barycenter.py
+++ b/examples/barycenters/plot_convolutional_barycenter.py
diff --git a/examples/plot_free_support_barycenter.py b/examples/barycenters/plot_free_support_barycenter.py
index 64b89e4..64b89e4 100644
--- a/examples/plot_free_support_barycenter.py
+++ b/examples/barycenters/plot_free_support_barycenter.py
diff --git a/examples/domain-adaptation/README.txt b/examples/domain-adaptation/README.txt
new file mode 100644
index 0000000..81dd8d2
--- /dev/null
+++ b/examples/domain-adaptation/README.txt
@@ -0,0 +1,5 @@
+
+
+
+Domain adaptation examples
+-------------------------- \ No newline at end of file
diff --git a/examples/plot_otda_classes.py b/examples/domain-adaptation/plot_otda_classes.py
index f028022..f028022 100644
--- a/examples/plot_otda_classes.py
+++ b/examples/domain-adaptation/plot_otda_classes.py
diff --git a/examples/plot_otda_color_images.py b/examples/domain-adaptation/plot_otda_color_images.py
index 7e0afee..7e0afee 100644
--- a/examples/plot_otda_color_images.py
+++ b/examples/domain-adaptation/plot_otda_color_images.py
diff --git a/examples/plot_otda_d2.py b/examples/domain-adaptation/plot_otda_d2.py
index f49a570..f49a570 100644
--- a/examples/plot_otda_d2.py
+++ b/examples/domain-adaptation/plot_otda_d2.py
diff --git a/examples/plot_otda_jcpot.py b/examples/domain-adaptation/plot_otda_jcpot.py
index c495690..c495690 100644
--- a/examples/plot_otda_jcpot.py
+++ b/examples/domain-adaptation/plot_otda_jcpot.py
diff --git a/examples/plot_otda_laplacian.py b/examples/domain-adaptation/plot_otda_laplacian.py
index 67c8f67..67c8f67 100644
--- a/examples/plot_otda_laplacian.py
+++ b/examples/domain-adaptation/plot_otda_laplacian.py
diff --git a/examples/plot_otda_linear_mapping.py b/examples/domain-adaptation/plot_otda_linear_mapping.py
index 36ccb56..36ccb56 100644
--- a/examples/plot_otda_linear_mapping.py
+++ b/examples/domain-adaptation/plot_otda_linear_mapping.py
diff --git a/examples/plot_otda_mapping.py b/examples/domain-adaptation/plot_otda_mapping.py
index ded2bdf..ded2bdf 100644
--- a/examples/plot_otda_mapping.py
+++ b/examples/domain-adaptation/plot_otda_mapping.py
diff --git a/examples/plot_otda_mapping_colors_images.py b/examples/domain-adaptation/plot_otda_mapping_colors_images.py
index 1276714..1276714 100644
--- a/examples/plot_otda_mapping_colors_images.py
+++ b/examples/domain-adaptation/plot_otda_mapping_colors_images.py
diff --git a/examples/plot_otda_semi_supervised.py b/examples/domain-adaptation/plot_otda_semi_supervised.py
index 478c3b8..478c3b8 100644
--- a/examples/plot_otda_semi_supervised.py
+++ b/examples/domain-adaptation/plot_otda_semi_supervised.py
diff --git a/examples/gromov/README.txt b/examples/gromov/README.txt
new file mode 100644
index 0000000..9cc9c64
--- /dev/null
+++ b/examples/gromov/README.txt
@@ -0,0 +1,4 @@
+
+
+Gromov and Fused-Gromov-Wasserstein
+----------------------------------- \ No newline at end of file
diff --git a/examples/plot_barycenter_fgw.py b/examples/gromov/plot_barycenter_fgw.py
index 77b0370..77b0370 100644
--- a/examples/plot_barycenter_fgw.py
+++ b/examples/gromov/plot_barycenter_fgw.py
diff --git a/examples/plot_fgw.py b/examples/gromov/plot_fgw.py
index 73e486e..73e486e 100644
--- a/examples/plot_fgw.py
+++ b/examples/gromov/plot_fgw.py
diff --git a/examples/plot_gromov.py b/examples/gromov/plot_gromov.py
index deb2f86..deb2f86 100644
--- a/examples/plot_gromov.py
+++ b/examples/gromov/plot_gromov.py
diff --git a/examples/plot_gromov_barycenter.py b/examples/gromov/plot_gromov_barycenter.py
index 6b29687..6b29687 100755
--- a/examples/plot_gromov_barycenter.py
+++ b/examples/gromov/plot_gromov_barycenter.py
diff --git a/examples/others/README.txt b/examples/others/README.txt
new file mode 100644
index 0000000..df4c697
--- /dev/null
+++ b/examples/others/README.txt
@@ -0,0 +1,5 @@
+
+
+
+Other OT problems
+----------------- \ No newline at end of file
diff --git a/examples/plot_WDA.py b/examples/others/plot_WDA.py
index 5e17433..5e17433 100644
--- a/examples/plot_WDA.py
+++ b/examples/others/plot_WDA.py
diff --git a/examples/unbalanced-partial/README.txt b/examples/unbalanced-partial/README.txt
new file mode 100644
index 0000000..2f404f0
--- /dev/null
+++ b/examples/unbalanced-partial/README.txt
@@ -0,0 +1,3 @@
+
+Unbalanced and Partial OT
+------------------------- \ No newline at end of file
diff --git a/examples/plot_UOT_1D.py b/examples/unbalanced-partial/plot_UOT_1D.py
index 2ea8b05..2ea8b05 100644
--- a/examples/plot_UOT_1D.py
+++ b/examples/unbalanced-partial/plot_UOT_1D.py
diff --git a/examples/plot_UOT_barycenter_1D.py b/examples/unbalanced-partial/plot_UOT_barycenter_1D.py
index 931798b..931798b 100644
--- a/examples/plot_UOT_barycenter_1D.py
+++ b/examples/unbalanced-partial/plot_UOT_barycenter_1D.py
diff --git a/examples/plot_partial_wass_and_gromov.py b/examples/unbalanced-partial/plot_partial_wass_and_gromov.py
index 0c5cbf9..0c5cbf9 100755
--- a/examples/plot_partial_wass_and_gromov.py
+++ b/examples/unbalanced-partial/plot_partial_wass_and_gromov.py