Skip to content

Latest commit

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

INPUT FILES FORMAT

EMB_min loads the graph in edge list format from a file that contains edges as space separated pairs of node indexes in the format: source_index target_index. The labels are loaded from a file that contains the label of each node as node_index node_label in each line.

OUTPUT FILE FORMAT

Output is file containing the summary graph. First, the description of each super-node in every line, followed by the description of each super-edge in every line. See bellow for line formats.

SUPER-NODES ID Size Type Glyph Glyph-rep-mult Self-loop SL-rep-mult

SUPER-EDGES Source-ID Dest-ID Rep-mult

COMPILATION (LINUX)

Dependencies: boost library must be installed

Command line: make

EXECUTION

Command line: ./sum [OPTIONS]

ARGUMENTS & OPTIONS

ARGUMENTDESCRIPTION
--graphPath to file containing edge-list (see above)
--save-toPath to summary graph output
--bandsSet number (>=1) of lsh bands
--rowsSet number (>=1) of lsh rows
--KMaximum number of candidate sets to be considered
--nitersNumber of experiments

About

Complex network summarization

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages