Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration of Min-Hash Sparsifier for hypergraphs with vertex weights #18

Open
SebastianSchlag opened this issue Dec 7, 2017 · 0 comments
Assignees

Comments

@SebastianSchlag
Copy link
Member

The current sparsifier configuration is problematic for vertex-weighted hypergraphs, because of the
'--p-sparsifier-max-cluster-size' parameter. This is currently set to 10 (allowing only small clusters). For hypergraphs with vertex weights > 10, this leads to the fact that the sparsifier doesn't do anything
except wasting running time. How can we fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants