An implementation of the absorbing random-walk centrality measure for graphs.
Project description
This is an implementation of the absorbing random-walk centrality measure for nodes in graphs. For the definition of the measure, as well as a study of the related optimization problem and algorithmic techniques, please see the pre-print publication on arXiv. A short version of this paper will appear in the ICDM 2015.
To cite this work, please use
Mavroforakis, Charalampos, Michael Mathioudakis, and Aristides Gionis. "Absorbing random-walk centrality: Theory and algorithms" Data Mining (ICDM), 2015 IEEE International Conference on. IEEE, 2015.
Installation
You can install the absorbing_centrality package by executing the following command in a terminal.
pip install git+https://github.com/harrymvr/absorbing-centrality#Egg=absorbing_centrality
Documentation
For instructions on how to use the package, consult its documentation.
Development
To run all the tests for the code, you will need tox – check its webpage for instructions on how to install it.
Once tox is installed, use your terminal to enter the directory with the local copy of the code (here it’s named ‘absorbing-centrality’) and simply type the following command.
absorbing-centrality $ tox
If everything goes well, you’ll receive a congratulatory message.
Note that the code is distributed under the Open Source Initiative (ISC) license. For the exact terms of distribution, see the LICENSE.
Copyright (c) 2015, absorbing-centrality contributors, Charalampos Mavroforakis <cmav@bu.edu>, Michael Mathioudakis <michael.mathioudakis@aalto.fi>, Aristides Gionis <aristides.gionis@aalto.fi>
Changelog
0.1.0 (2015-08-31)
Working version of the package.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file absorbing_centrality-0.1.0.tar.gz
.
File metadata
- Download URL: absorbing_centrality-0.1.0.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d0a92c723e2397c4b98dad85ab2fe6d4ce3d360fe3b93e5f21781fa3ffe55d5 |
|
MD5 | 6d5c4419912ae5bd204377e67c3ab8cc |
|
BLAKE2b-256 | 7bdb1bea76b3d5b73a732b165b25d5b4f1a01c730cd3bbdfba2e50f644b0df65 |
File details
Details for the file absorbing_centrality-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: absorbing_centrality-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 25.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a34c9be9764672b64e40ce33ef531e55be510f70e31eb27353593965aeb17cb |
|
MD5 | 58dafdcb753843fccc4e9df3e4a78bd7 |
|
BLAKE2b-256 | 6850071e16ef57c234d0c860c376723c4dc239c74eb17952d84b05354f989c30 |