UMD-ARLIS / Graph-Benchmarking-Project

This repository contains work towards creating a comprehensive cross-platform graph processing benchmark for Community Detection and Subgraph Isomorphism problems. The repository is NOT YET COMPLETE and should not be used outside of a preliminary development perspective.
2 stars 0 forks source link

Data generator Capabilities #10

Open osullik opened 9 months ago

osullik commented 9 months ago

As a community-detection researcher, I need an understanding of the relationships between required input parameters and output data shape of available graph data generators so that I can evaluate their suitability to generate graph inputs to community detection algorithms at varying levels of 'difficulty.'

osullik commented 9 months ago

This is 'done' when I have

  1. A summary table that documents at least ten data generation tools, their required input parameters and the characteristics of their outputs.
  2. A short paragraph that either identifies the most suitable generator for the problem or identifies the gaps that a new solution needs to fill.