Entry G8: Components
Now that I have a general feel for the graph database with counts and density, I want to look at components.
Now that I have a general feel for the graph database with counts and density, I want to look at components.
Density and diameter give you a feel for how strongly connected the full graph is: whether it’s dense or sparse. To get these measures, I need to calculate t...
The first thing I want to do is get some global measures on the overall graph. I’m breaking these up into three categories: counts, density and diameter, and...
I am 100% adding this entry retroactively. And yes, I dated it wrong so that it would show up in the right order in the Post list. That’s the nice thing abou...
I need to understand graph structure better and the repercussions of using the different model types. Specifically, I’m interested in memory use, processing ...