-
Notifications
You must be signed in to change notification settings - Fork 0
jayCool/Gscaler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 a0054808@u.nus.edu.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published