Skip to content

Spockkk0225/renewal_datagen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Renewal LDBC Datagen

1. Distance Hop Generator

add DistanceHopKnowsGenerator.java to generate social networks faster

use alpha to control Clustering Coefficient

2. Diameter Generator (in the Diameter branch, cover the original version)

  1. connect the network (DistanceHopKnowsGenerator.java, line 23)
  2. add edges in each block (DistanceHopKnowsGenerator.java, line 45)
  3. trace the head and the tail vertex in each group (HadoopKnowsGenrator.java, line 90)
  4. add edges between the head and the tail vertices among groups (HadoopMergeFriendshipFiles.java, line 53)

NOTE: do not shuffle the persons

About

(Renewal) The Hadoop-based variant of the SNB Datagen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 88.9%
  • Python 6.5%
  • Shell 3.3%
  • R 1.2%
  • Dockerfile 0.1%