summaryrefslogtreecommitdiff
path: root/src/python/gudhi/representations/preprocessing.py
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2019-11-20 20:30:36 +0100
committerMarc Glisse <marc.glisse@inria.fr>2019-11-20 20:30:36 +0100
commit7ea7538d02b8f0500dbc31f48dd31fb14d320135 (patch)
tree53b9f6067be10bee88c48bbb0c5bf1acfa32aad5 /src/python/gudhi/representations/preprocessing.py
parent445a217f4869c62888a20302491b085fbcaabd1b (diff)
Minor tweaks to representations
uniform -> even matmul -> indexing min+max -> clip
Diffstat (limited to 'src/python/gudhi/representations/preprocessing.py')
-rw-r--r--src/python/gudhi/representations/preprocessing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gudhi/representations/preprocessing.py b/src/python/gudhi/representations/preprocessing.py
index 83227ca1..487b5376 100644
--- a/src/python/gudhi/representations/preprocessing.py
+++ b/src/python/gudhi/representations/preprocessing.py
@@ -30,7 +30,7 @@ class BirthPersistenceTransform(BaseEstimator, TransformerMixin):
Fit the BirthPersistenceTransform class on a list of persistence diagrams (this function actually does nothing but is useful when BirthPersistenceTransform is included in a scikit-learn Pipeline).
Parameters:
- X (n x 2 numpy array): input persistence diagrams.
+ X (list of n x 2 numpy array): input persistence diagrams.
y (n x 1 array): persistence diagram labels (unused).
"""
return self