summaryrefslogtreecommitdiff
path: root/src/python/gudhi/point_cloud/timedelay.py
diff options
context:
space:
mode:
authortakeshimeonerespect <58589594+takeshimeonerespect@users.noreply.github.com>2020-02-03 14:13:52 +0900
committerGitHub <noreply@github.com>2020-02-03 14:13:52 +0900
commitd6afaa8300daa6204282a7d34df6bea33ea59fd2 (patch)
tree894515ce0bb3610ca7c5533fea9a6ab7bde50a57 /src/python/gudhi/point_cloud/timedelay.py
parent68b6e3f3d641cd4a1e86f08bff96e417cc17ac59 (diff)
Update timedelay.py
Diffstat (limited to 'src/python/gudhi/point_cloud/timedelay.py')
-rw-r--r--src/python/gudhi/point_cloud/timedelay.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/python/gudhi/point_cloud/timedelay.py b/src/python/gudhi/point_cloud/timedelay.py
index 5c7ba542..f283916d 100644
--- a/src/python/gudhi/point_cloud/timedelay.py
+++ b/src/python/gudhi/point_cloud/timedelay.py
@@ -1,3 +1,11 @@
+# This file is part of the Gudhi Library - https://gudhi.inria.fr/ - which is released under MIT.
+# See file LICENSE or go to https://gudhi.inria.fr/licensing/ for full license details.
+# Author(s): Martin Royer, Yuichi Ike, Masatoshi Takenouchi
+#
+# Copyright (C) 2020 Inria, Copyright (C) 2020 Fujitsu Laboratories Ltd.
+# Modification(s):
+# - YYYY/MM Author: Description of the modification
+
import numpy as np
class TimeDelayEmbedding: