From 581c6de782dca279edd97778cc474e7597788c0f Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Fri, 21 Oct 2016 10:51:27 +0200 Subject: demo+sinkhorn --- ot/__init__.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ot/__init__.py') diff --git a/ot/__init__.py b/ot/__init__.py index d0ab3f7..beeae7f 100644 --- a/ot/__init__.py +++ b/ot/__init__.py @@ -1,6 +1,12 @@ + from emd import emd +from bregman import sinkhorn + +import utils +import datasets +from utils import dist,dots __all__ = ["emd"] -- cgit v1.2.3