-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add simpliciality measures * add references * remove unnecessary trie functionality * added unit tests * added unit tests * simplify simplify simpliciality * fix broken tests * add cross-refs * fix tolerance issues * fix tests * update pubs * fix a small potential error in the simpliciality code * added more extensive documentation about the simpliciality * small fix * update docstrings * update math
- Loading branch information
Showing
12 changed files
with
1,289 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
docs/source/api/algorithms/xgi.algorithms.simpliciality.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
xgi.algorithms.simpliciality | ||
============================ | ||
|
||
.. currentmodule:: xgi.algorithms.simpliciality | ||
|
||
.. automodule:: xgi.algorithms.simpliciality | ||
|
||
.. rubric:: Functions | ||
|
||
.. autofunction:: edit_simpliciality | ||
.. autofunction:: simplicial_edit_distance | ||
.. autofunction:: face_edit_simpliciality | ||
.. autofunction:: mean_face_edit_distance | ||
.. autofunction:: simplicial_fraction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.