summaryrefslogtreecommitdiff
path: root/src/python/gudhi/point_cloud
diff options
context:
space:
mode:
authormtakenouchi <m.takenouchi@jp.fujitsu.com>2020-02-25 17:46:28 +0900
committermtakenouchi <m.takenouchi@jp.fujitsu.com>2020-02-25 17:46:28 +0900
commit2c1edeb7fd241c8718a22618438b482704703b4a (patch)
tree562cbe7e440e6f119f1a28a1b4eb8ed593df194d /src/python/gudhi/point_cloud
parentf25d0f86fcd4ac9ab2939b2919d7a66df8b21269 (diff)
Update timedelay.py
Diffstat (limited to 'src/python/gudhi/point_cloud')
-rw-r--r--src/python/gudhi/point_cloud/timedelay.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/python/gudhi/point_cloud/timedelay.py b/src/python/gudhi/point_cloud/timedelay.py
index 576f4386..f01df442 100644
--- a/src/python/gudhi/point_cloud/timedelay.py
+++ b/src/python/gudhi/point_cloud/timedelay.py
@@ -11,8 +11,9 @@ import numpy as np
class TimeDelayEmbedding:
"""Point cloud transformation class.
- Embeds time-series data in the R^d according to Takens' Embedding Theorem
- and obtains the coordinates of each point.
+ 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
----------