From 8fff4339aab542c29e8672c720152198c6647615 Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Thu, 21 May 2020 10:25:09 +0200 Subject: TODO --- src/python/gudhi/clustering/tomato.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/python') diff --git a/src/python/gudhi/clustering/tomato.py b/src/python/gudhi/clustering/tomato.py index a5e8bcf5..5bfb9f68 100644 --- a/src/python/gudhi/clustering/tomato.py +++ b/src/python/gudhi/clustering/tomato.py @@ -164,6 +164,7 @@ class Tomato: if self.density_type_ == "KDE": weights = numpy.exp(weights) + # TODO: do it at the C++ level and/or in parallel if this is too slow if self.params_.get("symmetrize_graph"): self.neighbors_ = [set(line) for line in self.neighbors_] for i, line in enumerate(self.neighbors_): -- cgit v1.2.3