diff options
author | KatolaZ <katolaz@freaknet.org> | 2017-09-27 15:06:31 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2017-09-27 15:06:31 +0100 |
commit | 3aee2fd43e3059a699af2b63c6f2395e5a55e515 (patch) | |
tree | 58c95505a0906ed9cfa694f9dbd319403fd8f01d /src/betweenness/README |
First commit on github -- NetBunch 1.0
Diffstat (limited to 'src/betweenness/README')
-rw-r--r-- | src/betweenness/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/betweenness/README b/src/betweenness/README new file mode 100644 index 0000000..c41e3d1 --- /dev/null +++ b/src/betweenness/README @@ -0,0 +1,8 @@ +- bet_dependency computes the contribution to betweenness of each node in the graph + restricted to shortest paths originating from a range of nodes + + --- TODO --- + +- make a multi-threaded version +- make an MPI implementation +- make a version which considers only X% of the nodes, sampled at random |