I'm going to write a converter to dump out clusters and their points to a graph structure so they can be displayed.
Gephi (and others) supports a myriad of formats: http://gephi.org/users/supported-graph-formats/ * GEXF * GDF * GML * GraphML * Pajek NET * GraphViz DOT * CSV * UCINET DL * Tulip TPL * Netdraw VNA * Spreadsheet Anyone have strong opinions on a format? CSV is the simplest, obviously, but doesn't support attributes like GraphML. I'm inclined to use GraphML or CSV. -Grant