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/TODO |
First commit on github -- NetBunch 1.0
Diffstat (limited to 'src/TODO')
-rw-r--r-- | src/TODO | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/TODO b/src/TODO new file mode 100644 index 0000000..aacf946 --- /dev/null +++ b/src/TODO @@ -0,0 +1,24 @@ + +- make a standalone library with all the algorithms + + + +- conf/conf_model.c: + - SISTEMARE LA DEFINIZIONE DELLA THRESHOLD DI MATCHING + +- OVUNQUE: SOSTITUIRE LONG DOUBLE CON LONG LONG INT. Piu' robusto. + +- MAKE AN IMPROVED VERSION OF RELABEL + + +- aggiungere al Makefile: + - relabel + - graph_info + - pm_new (the power method) + - dms (Dorogovtsev-Mendes-Samukin) + - knn_new (knn with linear or exponential binning) + - pearson (assortativity coefficient) + - bb_fitness (Bianconi-Barabasi) + - bto (Border-Toll Optimisation -- Tempered PA) + - deg_dist_w (degree-strength disribution) + - clust_w |