summaryrefslogtreecommitdiff
path: root/src/python/gudhi/point_cloud/timedelay.py
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2020-05-11 21:24:38 +0200
committerGitHub <noreply@github.com>2020-05-11 21:24:38 +0200
commitc232470b7199a284901d7576cb5f7616edd227b9 (patch)
tree61ed9c01c6e416a69b788e61206f0aaf4da11f7f /src/python/gudhi/point_cloud/timedelay.py
parent2a4a9528aef4c553c3de9544b729c8a3c6f43c26 (diff)
parent0c64c706fa2c298cac079c00f71ef95061f9e6f8 (diff)
Merge pull request #311 from VincentRouvreau/improve_dependencies_documentation2
Improve dependencies doc
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