From 8bbb9716d29f7fadb53e1241ab280bbeb446381b Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Tue, 9 Jun 2020 21:49:28 +0200 Subject: doc tweaks --- src/python/gudhi/clustering/tomato.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/python/gudhi/clustering/tomato.py b/src/python/gudhi/clustering/tomato.py index 76b6a3c0..133754b4 100644 --- a/src/python/gudhi/clustering/tomato.py +++ b/src/python/gudhi/clustering/tomato.py @@ -63,8 +63,9 @@ class Tomato: ): """ Args: - graph_type (str): 'manual', 'knn' or 'radius'. - density_type (str): 'manual', 'DTM', 'logDTM', 'KDE' or 'logKDE'. + graph_type (str): 'manual', 'knn' or 'radius'. Default is 'knn'. + density_type (str): 'manual', 'DTM', 'logDTM', 'KDE' or 'logKDE'. When you have many points, + 'KDE' and 'logKDE' tend to be slower. Default is 'logDTM'. metric (str|Callable): metric used when calculating the distance between instances in a feature array. Defaults to Minkowski of parameter p. kde_params (dict): if density_type is 'KDE' or 'logKDE', additional parameters passed directly to -- cgit v1.2.3