Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/src/bibliography.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ References
by Machine Learning Datasets", Materials Cloud Archive 2019.0023/v2 (2019),
https://doi.org/10.24435/materialscloud:2019.0023/v2.

.. [Ceriotti2011]
Michele Ceriotti, Giovanni A. Tribello, and Michele Parrinello,
"Simplifying the representation of complex free-energy landscapes using
sketch-map", Proceedings of the National Academy of Sciences, 108(32),
13023-13028 (2011). https://doi.org/10.1073/pnas.1108486108

.. [Ceriotti2013]
Michele Ceriotti, Giovanni A. Tribello, and Michele Parrinello,
"Demonstrating the transferability and the descriptive power of sketch-map",
Journal of Chemical Theory and Computation, 9(3), 1521-1532 (2013).
https://doi.org/10.1021/ct3010563

.. [Helfrecht2020]
Benjamin A Helfrecht, Rose K Cersonsky, Guillaume Fraux, and Michele Ceriotti,
"Structure-property maps with Kernel principal covariates regression." 2020 Mach.
Expand Down
1 change: 1 addition & 0 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"regression",
"reconstruction",
"neighbors",
"decomposition",
]
sphinx_gallery_conf = {
"filename_pattern": "/*",
Expand Down
14 changes: 14 additions & 0 deletions docs/src/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,17 @@ Notebook Examples
:start-line: 4
.. include:: examples/pcovc/index.rst
:start-line: 4

.. _getting_started-decomposition:

Non-linear Dimensionality Reduction
-----------------------------------

.. automodule:: skmatter.decomposition
:noindex:

Notebook Examples
^^^^^^^^^^^^^^^^^

.. include:: examples/decomposition/index.rst
:start-line: 4
17 changes: 17 additions & 0 deletions docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,23 @@
</div>
</div>
</div>
<div class="col-sm d-flex">
<div class="card text-center mb-4" style="background-color: transparent">
<div class="card-body">
<h5 class="card-title" style="margin-top: 0px">

.. only:: html

:ref:`getting_started-decomposition`

.. raw:: html

</h5>
<p class="card-text">Non-linear dimensionality reduction using
Sketch-map algorithm with transfer functions.</p>
</div>
</div>
</div>
</div>
</div>
<br>
Expand Down
14 changes: 14 additions & 0 deletions docs/src/references/decomposition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,17 @@ Kernel PCovC
.. automethod:: inverse_transform
.. automethod:: decision_function
.. automethod:: score

.. _SketchMap-api:

SketchMap
---------

.. autoclass:: skmatter.decomposition.SketchMap
:show-inheritance:
:special-members:

.. automethod:: fit
.. automethod:: transform
.. automethod:: fit_transform
.. automethod:: score
2 changes: 2 additions & 0 deletions examples/decomposition/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Decomposition
=============
1,000 changes: 1,000 additions & 0 deletions examples/decomposition/highd-landmarks

Large diffs are not rendered by default.

1,000 changes: 1,000 additions & 0 deletions examples/decomposition/low_landmarks.dat

Large diffs are not rendered by default.

Loading