summaryrefslogtreecommitdiff
path: root/src/python/gudhi/point_cloud/timedelay.py
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-05-11 08:39:11 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-05-11 08:39:11 +0200
commit0ed4c3bba47d1375acb49596db2c863c38e9a090 (patch)
treea24404d9fc68ed769816afc2aff136a542a38a01 /src/python/gudhi/point_cloud/timedelay.py
parentb91fa852b141a5f8b4a4915849b35fbdb6993772 (diff)
Fix #299
Diffstat (limited to 'src/python/gudhi/point_cloud/timedelay.py')
-rw-r--r--src/python/gudhi/point_cloud/timedelay.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/python/gudhi/point_cloud/timedelay.py b/src/python/gudhi/point_cloud/timedelay.py
index f01df442..5292e752 100644
--- a/src/python/gudhi/point_cloud/timedelay.py
+++ b/src/python/gudhi/point_cloud/timedelay.py
@@ -10,9 +10,8 @@ import numpy as np
class TimeDelayEmbedding:
- """Point cloud transformation class.
- Embeds time-series data in the R^d according to [Takens' Embedding Theorem]
- (https://en.wikipedia.org/wiki/Takens%27s_theorem) and obtains the
+ """Point cloud transformation class. Embeds time-series data in the R^d according to
+ `Takens' Embedding Theorem <https://en.wikipedia.org/wiki/Takens%27s_theorem>`_ and obtains the
coordinates of each point.
Parameters