-
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.
* Added tensor methods * added tensor centralities * update * add refs * add ref * added unit tests * Update xgi/algorithms/centrality.py Co-authored-by: Maxime Lucas <[email protected]> * Update xgi/algorithms/centrality.py Co-authored-by: Maxime Lucas <[email protected]> * rename measures * add centralities to nodestats * add docs for tensor methods * add notebook * Update comparing_centralities.ipynb * fix node_edge_centrality * update notebook * add notebook to docs * removed assets * change order of case studies and cookbook * added to "see also" * add docstrings and cleanup function * Update tensor.py * rename things * added test to catch the array helper function * added docstrings * add test that the node-edge centrality converges * add test * Update test_centrality.py --------- Co-authored-by: Maxime Lucas <[email protected]>
- Loading branch information
1 parent
85f74e7
commit 1bdba44
Showing
13 changed files
with
1,000 additions
and
171 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
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
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 |
---|---|---|
|
@@ -8,4 +8,5 @@ Case studies | |
:maxdepth: 1 | ||
|
||
case_study_1 | ||
case_study_2 | ||
case_study_2 | ||
case_study_3 |
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,3 @@ | ||
{ | ||
"path": "../../../../tutorials/case_studies/comparing_centralities.ipynb" | ||
} |
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
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.