summaryrefslogtreecommitdiff
path: root/src/python/doc/point_cloud.rst
blob: 473b303f2aa8d9ff5a91ccb97f05d1173331ed5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
:orphan:

.. To get rid of WARNING: document isn't included in any toctree

============================
Point cloud utilities manual
============================

File Readers
------------

.. autofunction:: gudhi.read_points_from_off_file

.. autofunction:: gudhi.read_lower_triangular_matrix_from_csv_file

File Writers
------------

.. autofunction:: gudhi.write_points_to_off_file

Subsampling
-----------

:Requires: `Eigen <installation.html#eigen>`_ :math:`\geq` 3.1.0 and `CGAL <installation.html#cgal>`_ :math:`\geq` 4.11.0

.. automodule:: gudhi.subsampling
   :members:
   :special-members:
   :show-inheritance:

Time Delay Embedding
--------------------

.. autoclass:: gudhi.point_cloud.timedelay.TimeDelayEmbedding
   :members:
   :special-members: __call__

K nearest neighbors
-------------------

.. automodule:: gudhi.point_cloud.knn
   :members:
   :undoc-members:
   :special-members: __init__

Distance to measure
-------------------

.. automodule:: gudhi.point_cloud.dtm
   :members:
   :undoc-members:
   :special-members: __init__