Skip to content

Commit

Permalink
Update config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins authored Jun 16, 2022
1 parent 396ad2b commit e8d94ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ degreefile = "./output/deg.dat" # name of file do generate that contains
communitysizesfile = "./output/cs.dat" # name of file do generate that contains community sizes
communityfile = "./output/com.dat" # name of file do generate that contains assignments of vertices to communities
networkfile = "./output/edge.dat" # name of file do generate that contains edges of the generated graph
nout = "100" # number of vertices in graph that are outliers; optional parameter
# if nout is passed and is not zero then we require islocal = "false",
# isCL = "false", and xi (not mu) must be passed
# if nout > 0 then it is recommended that xi > 0

0 comments on commit e8d94ab

Please sign in to comment.