PegasusN
Graph Generation
R-MAT
Kronecker
Random
Graph Structure Analysis
PageRank
Diameter
Single Source Shortest Path
Random Walk with Restart
Connected Component Analysis
Label Propagation
Subgraph Enuemration
Triangle
Cliques
Cycles
Etc.
Graph Visualization
Spy plot
Distribution plot
Correlation plot
Graph Generation - R-MAT
Run R-MAT with parameters.
Level
number of edges
probabilities
Output file name
Run!
Graph Generation - Kronecker
Run Kronecker with parameters.
Level
Seed graph (Adjacency Matrix Format)
Output file name
Run!
Graph Generation - Random
Run the random graph generator with parameters.
Number of nodes
Number of edges
Output file name
Run!
Graph Structure Analysis - PageRank
Run PageRank with parameters.
Max Iteration
Input file
{{x}}
Output file name
Run!
Top 10 Result
Node Id
PageRank Score
{{x.id}}
{{x.pr | number: 6}}
Distribution Plot
Graph Structure Analysis - Diameter
Run Diameter with parameters.
Input file
{{x}}
Output file name
Run!
Summary
Effective diameter: {{ res.eff | number: 6 }}
Average diameter: {{ res.avg | number: 6 }}
Radii Distribution Plot
Graph Structure Analysis - Single Source Shortest Path (SSSP)
Run SSSP with parameters.
Source vertex Id
Input file
{{x}}
Output file name
Run!
Summary
Number of Reachable Nodes: {{ res.reachableNodes }}
Shortest Path Length Distribution Plot
Graph Structure Analysis - Random Walk with Restart (RWR)
Run RWR with parameters.
Source vertex Id
Max Iteration
Input file
{{x}}
Output file name
Run!
Top 10 Result
Node Id
RWR Score
{{x.id}}
{{x.pr | number: 6}}
Distribution Plot
Graph Structure Analysis - Connected Component Analysis (CC)
Run CC with parameters.
Input file
{{x}}
Output file name
Run!
Summary
Number of components: {{ res.count }}
Top 10 Result
Component ID
Number of nodes
{{ x.id }}
{{ x.count }}
Distribution Plot
Graph Structure Analysis - Label Propagation
Run the label propagation with parameters.
Max Iteration
Input file
{{x}}
Output file name
Run!
Summary
Number of communities: {{ res.count }}
Top 10 Communities
Community ID
Number of nodes
{{ x.id }}
{{ x.count }}
Distribution Plot
Triangle Enumeration
Run triangle enumeration with parameters.
Input file
{{x}}
Output file name
Run!
{{res.triangles}}
Clique Enumeration
Run clique enumeration with parameters.
Clique number
Input file
{{x}}
Output file name
Run!
{{res.cliques}}
Cycle Enumeration
Run cycle enumeration with parameters.
Length of a cycle
Input file
{{x}}
Output file name
Run!
{{res.cycles}}
Subgraph Enumeration
Run subgraph enumeration with parameters.
Pattern string
Input file
{{x}}
Output file name
Run!
{{res.patterns}}
Graph Visualization - Spy plot
Run subgraph enumeration with parameters.
Target width
px
Logscale
Input file
{{x}}
Run!
Graph Visualization - Distribution plot
Run distribution plot with parameters.
Target width
px
Logscale
Input file
{{x}}
Run!
Graph Visualization - Correlation plot
Run correlation plot with parameters.
Target width
px
Logscale
First input file
{{x}}
Second input file
{{x}}
Run!
{{job.jobGroup}}
{{job.name}}
{{job.percent}}%