summaryrefslogtreecommitdiff
path: root/src/python/gudhi
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2019-11-15 22:45:15 +0100
committerMarc Glisse <marc.glisse@inria.fr>2019-11-15 22:45:15 +0100
commit908679b72c215d1914d8e3956126fa44367b937f (patch)
tree48cda77d91f4c914ed8d26ea47adb2a9bb4eb7a6 /src/python/gudhi
parentb2d81dd8ee2ed7e1269eb16816f9af6794305046 (diff)
The big rename: sktda -> representations
Diffstat (limited to 'src/python/gudhi')
-rw-r--r--src/python/gudhi/representations/__init__.py (renamed from src/python/gudhi/sktda/__init__.py)0
-rw-r--r--src/python/gudhi/representations/kernel_methods.py (renamed from src/python/gudhi/sktda/kernel_methods.py)0
-rw-r--r--src/python/gudhi/representations/metrics.py (renamed from src/python/gudhi/sktda/metrics.py)0
-rw-r--r--src/python/gudhi/representations/preprocessing.py (renamed from src/python/gudhi/sktda/preprocessing.py)0
-rw-r--r--src/python/gudhi/representations/vector_methods.py (renamed from src/python/gudhi/sktda/vector_methods.py)0
5 files changed, 0 insertions, 0 deletions
diff --git a/src/python/gudhi/sktda/__init__.py b/src/python/gudhi/representations/__init__.py
index f020248d..f020248d 100644
--- a/src/python/gudhi/sktda/__init__.py
+++ b/src/python/gudhi/representations/__init__.py
diff --git a/src/python/gudhi/sktda/kernel_methods.py b/src/python/gudhi/representations/kernel_methods.py
index c855d2be..c855d2be 100644
--- a/src/python/gudhi/sktda/kernel_methods.py
+++ b/src/python/gudhi/representations/kernel_methods.py
diff --git a/src/python/gudhi/sktda/metrics.py b/src/python/gudhi/representations/metrics.py
index c512cb82..c512cb82 100644
--- a/src/python/gudhi/sktda/metrics.py
+++ b/src/python/gudhi/representations/metrics.py
diff --git a/src/python/gudhi/sktda/preprocessing.py b/src/python/gudhi/representations/preprocessing.py
index 83227ca1..83227ca1 100644
--- a/src/python/gudhi/sktda/preprocessing.py
+++ b/src/python/gudhi/representations/preprocessing.py
diff --git a/src/python/gudhi/sktda/vector_methods.py b/src/python/gudhi/representations/vector_methods.py
index bf32f18e..bf32f18e 100644
--- a/src/python/gudhi/sktda/vector_methods.py
+++ b/src/python/gudhi/representations/vector_methods.py