Graph 1: vertices are Authors and edges represent the co-author relationship between two authors.
Graph 2: vertices are Concepts and edges represent concept-concept relationship between two concepts (i.e. if two concepts occurred together in a document then there is an edge between two concepts).
Both vertices and edges have weights (in both graphs)…
Both graphs have millions of nodes and edges. My work involves finding a subgraph that best describes the connection between two given vertices.
I want to choose the graph that best represents the real world. i.e. its structural characteristics is similar to the structural characteristics of the majority of real world graph. e.g. the degree distribution is similar to the degree distribution of real graphs...
On Sun, 4 Mar 2012, Nouf M. wrote:I don't know what structural characteristics you are interested in; if you
Hello,
I have two very huge graphs, I need to select one to work with. Both
graphs have one node type and one edge type. Both also have the same
semantic meaning. Therefore, my choice should depend on some structural
characteristics (e.g. degree distribution)...
I so that BGL can provide me with the degree distribution in a manual
way...
I have two questions:
Is there some specific functions that I can call to give me all
structural characteristics of a graph?
gave me a list, I might be able to be more helpful.I don't know your problem domain. What would make you choose one of the
If not, what do you recommend I should look for other than the degree
distribution to make up my choice? I cannot make a random choice...
graphs over the other? What do you want to do to whichever graph you
choose?
-- Jeremiah Willcock
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users