From 67ddb92e28d6bb44eb65686419e255c2ce3311eb Mon Sep 17 00:00:00 2001 From: Vivien Seguy Date: Fri, 6 Jul 2018 01:59:27 +0900 Subject: add free support barycenter algorithm --- examples/plot_free_support_barycenter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/plot_free_support_barycenter.py b/examples/plot_free_support_barycenter.py index 42e22fc..5b08507 100644 --- a/examples/plot_free_support_barycenter.py +++ b/examples/plot_free_support_barycenter.py @@ -1,10 +1,10 @@ # -*- coding: utf-8 -*- """ ==================================================== -2D Wasserstein barycenters between empirical distributions +2D Wasserstein barycenters of distributions ==================================================== -Illustration of 2D Wasserstein barycenters between discributions that are weighted +Illustration of 2D Wasserstein barycenters if discributions that are weighted sum of diracs. """ -- cgit v1.2.3