Hairball Graphs (data)

From visone manual
Jump to navigation Jump to search

Dataset Description

A simple model generating random graphs with cohesive groups that are connected into a small world is the planted partition model (PPM).

Let 𝒞={C1,,Ck} be a partition of $V$ for a graph G=(V,E). Then 𝒞 is called a clustering of G with class c(v)𝒞 for a vertex vV. The probability of an edge (u,v) is pin if c(u)=c(v) and pout if c(u)c(v).

p(u,v)={pinif c(u)=c(v) (intra-cluster)poutif c(u)c(v) (inter-cluster).

We generated 50 graphs from a PPM with 500 vertices, k=9, pin=0.3, and pout=0.01. On top of that, we ran a random noise model with pin=pout=0.1 to obfuscate the underlying groups. The resulting graphs are very dense, have a low diameter, and are real hairballs without any visible structure when laid out using force-directed methods.

Download

graphml format: Hairball-Graphs-PPM500.zip (11 MB)