From 8723a3a88b35ee4b08115b07fb0f5fe813567a87 Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Fri, 19 Jun 2020 15:38:41 +0200 Subject: Mention the 2 billion limit in the doc --- src/python/gudhi/clustering/tomato.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/python/gudhi/clustering') diff --git a/src/python/gudhi/clustering/tomato.py b/src/python/gudhi/clustering/tomato.py index 133754b4..fbba3cc8 100644 --- a/src/python/gudhi/clustering/tomato.py +++ b/src/python/gudhi/clustering/tomato.py @@ -107,6 +107,7 @@ class Tomato: X ((n,d)-array of float|(n,n)-array of float|Sequence[Iterable[int]]): coordinates of the points, or distance matrix (full, not just a triangle) if metric is "precomputed", or list of neighbors for each point (points are represented by their index, starting from 0) if graph_type is "manual". + The number of points is currently limited to about 2 billion. weights (ndarray of shape (n_samples)): if density_type is 'manual', a density estimate at each point y: Not used, present here for API consistency with scikit-learn by convention. """ -- cgit v1.2.3