You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running zoltan phg on a matrix generated from youtube dataset with ground-truth communities in a following way: communities are hyperedges (rows) and users are vertices (i.e. a vertex is in a hyperedge if as user is a member of the corresponding community)
However, on that matrix with ~660k vertices zoltan only calls coarsening twice and therefore only generates 3 levels with ~590k vertices on the lowest one, despite the fact that I've specifically set PHG_COARSENING_LIMIT = 1000
Matrix and zdrive.inp files are attached. .txt had to be appended to the filenames so that github would let me upload them.
I'm running zoltan phg on a matrix generated from youtube dataset with ground-truth communities in a following way: communities are hyperedges (rows) and users are vertices (i.e. a vertex is in a hyperedge if as user is a member of the corresponding community)
However, on that matrix with ~660k vertices zoltan only calls coarsening twice and therefore only generates 3 levels with ~590k vertices on the lowest one, despite the fact that I've specifically set
PHG_COARSENING_LIMIT = 1000
Matrix and zdrive.inp files are attached.
.txt
had to be appended to the filenames so that github would let me upload them.zdrive.inp.youtube.agg.2.txt
youtube.mtx.txt
The text was updated successfully, but these errors were encountered: