From f2b8bbccd5cbfa2a0fbb23bdb72e965196a2c05c Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Mon, 7 Jun 2021 22:27:38 +0200 Subject: Add sklearn like reference documentation --- src/python/doc/cubical_complex_sklearn_itf_ref.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/python/doc/cubical_complex_sklearn_itf_ref.rst diff --git a/src/python/doc/cubical_complex_sklearn_itf_ref.rst b/src/python/doc/cubical_complex_sklearn_itf_ref.rst new file mode 100644 index 00000000..b5c7a2e5 --- /dev/null +++ b/src/python/doc/cubical_complex_sklearn_itf_ref.rst @@ -0,0 +1,20 @@ +:orphan: + +.. To get rid of WARNING: document isn't included in any toctree + +Cubical complex persistence scikit-learn like interfaces reference manual +######################################################################### + +.. list-table:: + :widths: 40 30 30 + :header-rows: 0 + + * - :Since: GUDHI 3.5.0 + - :License: MIT + - :Requires: `Scikit-learn `_ + + +.. autoclass:: gudhi.sklearn.cubical_persistence.CubicalPersistence + :members: + :special-members: __init__ + :show-inheritance: -- cgit v1.2.3