readme.txt
来自「有重叠的复杂网络结构划分算法」· 文本 代码 · 共 39 行
TXT
39 行
In order to compile, just type:makefrom terminal.To execute the program, type:./lfm--------------------------------The program will ask for the name of a file where it can read the list of edges and their weights (in fact the program works on weighted networks).This file is expected like this:source_node target_node weightActually, since the program works only on undirected graphs, it does not care about who is the source and who is the target. Repetitions and self-loops are ignored.The node is supposed to be an integer number, and the weight a real one.If you do not want to type from terminal, you could edit the program here:./Library/lfm.cpp, line 55Just below this line, there are some parameters that you might like to change as well...(If you do not know c++, email me please)-------------------------------The program will write the results in a file called "output.dat". The several collections of overlapping nodes are ordered according to their relative frequency.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?