in reply to Working with a huge Graph object
The way you prune a Graph depends on what you want to do with it. If you only need to look at local properties, you can look at clusters around a single node. Frequently you can collapse a completely connected set of nodes into a single composite one. Another strategy is cook up a way to classify nodes by purpose and restrict the graph to a subset by class.
What are you trying to extract from the graph?
After Compline,
Zaxo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Working with a huge Graph object
by sgifford (Prior) on Dec 02, 2003 at 05:08 UTC |