You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix formatting error in dataset API doc by removing spaces
* Added links to other dataset descriptions.
* Added DirectionalConvexHull to selection docs.
* Added DCH to scikit-matter intro page.
* set nbsphinx version to 0.8.12 because 0.9 fails
---------
Co-authored-by: alexgo <[email protected]>
Copy file name to clipboardExpand all lines: docs/source/intro.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ of computational materials science and chemistry.
23
23
* :ref:`FPS-api`: a common selection technique intended to exploit the diversity of the input space. The selection of the first point is made at random or by a separate metric.
24
24
* :ref:`PCov-FPS-api` extends upon FPS much like PCov-CUR does to CUR.
25
25
* :ref:`Voronoi-FPS-api`: conduct FPS selection, taking advantage of Voronoi tessellations to accelerate selection.
26
+
* :ref:`DCH-api`: selects samples by constructing a directional convex hull and determining which samples lie on the bounding surface.
26
27
27
28
- Reconstruction Measures:
28
29
A set of easily-interpretable error measures of the relative information capacity of feature space `F` with respect to feature space `F'`.
Copy file name to clipboardExpand all lines: skmatter/datasets/descr/nice_dataset.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
.. _nice-dataset:
2
2
3
3
NICE dataset
4
-
##########
4
+
############
5
5
This is a toy dataset containing NICE[1, 4](N-body Iterative Contraction of Equivariants) features for first 500 configurations of the dataset[2, 3] with randomly displaced methane configurations.
0 commit comments