Graph / Network Analytics
April 28th, 2009
Graph / network data structures are very useful. A number of tools and APIs have been written to work with such structures. Many of these include functions that can be run on the graphs. A function to calculate node degree is an example. Unfortunately most of the APIs require that the entire graph be loaded [...]