-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* nodes selection algorithm * nodes selection algorithm, added new centrality based on netcenlib * code cleanup
- Loading branch information
1 parent
465a71b
commit 5628dc4
Showing
5 changed files
with
60 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ def find_version(*path_parts): | |
version=find_version("src", "nsdlib", "version.py"), | ||
license="MIT", | ||
description="Network source detection library", | ||
url="https://github.com/damianfraszczak/nclib", | ||
url="https://github.com/damianfraszczak/nsdlib", | ||
author="Damian Frąszczak, Edyta Frąszczak", | ||
author_email="[email protected]", | ||
classifiers=[ | ||
|
@@ -41,7 +41,7 @@ def find_version(*path_parts): | |
"Programming Language :: Python", | ||
"Programming Language :: Python :: 3", | ||
], | ||
keywords="node_importance centrality_measures centrality complex-networks", | ||
keywords="propagation-source-detection outbreaks-detection propagation-reconstruction complex-networks", | ||
install_requires=[ | ||
"networkx>=3.0", | ||
"numpy", | ||
|
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