-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadMe.txt
More file actions
30 lines (13 loc) · 708 Bytes
/
ReadMe.txt
File metadata and controls
30 lines (13 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
This tool implements the algorithm of GScaler Algorithm published in EDBT2016.
https://openproceedings.org/2016/conf/edbt/paper-68.pdf
To run the command:
java -jar Gscaler.jar inputgraph outputdir scaled_edgesize scaled_nodesize
For example, your original graph edge list is myGraph.txt.
You want to scale to a graph with 100 nodes and 200 edges, and output to the dir myScaling
Then, the command is
java -jar Gscaler.jar myGraph.txt myScaling/ 200 100
The documented code can be found here
https://github.com/jayCool/GscalerSource/
Users can use GscalerCloud-the online service of Gscaler at
http://scaler.d2.comp.nus.edu.sg/GscalerCloud/
Please feel free to contact [email protected].