Go to the source code of this file.
|
| | TSnap |
| | Main namespace for all the Snap global entities.
|
| |
|
| template<class PGraph > |
| PGraph | TSnap::GetKCore (const PGraph &Graph, const int &K) |
| |
| template<class PGraph > |
| int | TSnap::GetKCoreNodes (const PGraph &Graph, TIntPrV &CoreIdSzV) |
| | Returns the number of nodes in each core of order K (where K=0, 1, ...) More...
|
| |
| template<class PGraph > |
| int | TSnap::GetKCoreEdges (const PGraph &Graph, TIntPrV &CoreIdSzV) |
| | Returns the number of edges in each core of order K (where K=0, 1, ...) More...
|
| |