SNAP Library 3.0, User Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <motifcluster.h>
Static Public Member Functions | |
static void | GetMotifCluster (PNGraph graph, MotifType motif, TSweepCut &sweepcut, double tol=kDefaultTol, int maxiter=kMaxIter) |
static void | GetMotifCluster (PUNGraph graph, MotifType motif, TSweepCut &sweepcut, double tol=kDefaultTol, int maxiter=kMaxIter) |
static void | MotifAdjacency (PNGraph graph, MotifType motif, WeightVH &weights) |
static void | MotifAdjacency (PUNGraph graph, MotifType motif, WeightVH &weights) |
static void | SpectralCut (const WeightVH &weights, TSweepCut &sweepcut, double tol=kDefaultTol, int maxiter=kMaxIter) |
static double | NFiedlerVector (const TSparseColMatrix &W, TFltV &fvec, double tol=kDefaultTol, int maxiter=kMaxIter) |
static MotifType | ParseMotifType (const TStr &motif) |
static bool | IsMotifM1 (PNGraph graph, int u, int v, int w) |
static bool | IsMotifM2 (PNGraph graph, int u, int v, int w) |
static bool | IsMotifM3 (PNGraph graph, int u, int v, int w) |
static bool | IsMotifM4 (PNGraph graph, int u, int v, int w) |
static bool | IsMotifM5 (PNGraph graph, int u, int v, int w) |
static bool | IsMotifM6 (PNGraph graph, int u, int v, int w) |
static bool | IsMotifM7 (PNGraph graph, int u, int v, int w) |
static bool | IsMotifM8 (PNGraph graph, int center, int v, int w) |
static bool | IsMotifM9 (PNGraph graph, int center, int v, int w) |
static bool | IsMotifM10 (PNGraph graph, int center, int v, int w) |
static bool | IsMotifM11 (PNGraph graph, int center, int v, int w) |
static bool | IsMotifM12 (PNGraph graph, int center, int v, int w) |
static bool | IsMotifM13 (PNGraph graph, int center, int v, int w) |
static bool | IsUnidirEdge (PNGraph graph, int u, int v) |
static bool | IsBidirEdge (PNGraph graph, int u, int v) |
static bool | IsNoEdge (PNGraph graph, int u, int v) |
static void | DegreeOrdering (PNGraph graph, TIntV &order) |
Static Private Member Functions | |
static void | EdgeMotifAdjacency (PNGraph graph, WeightVH &weights) |
static void | EdgeMotifAdjacency (PUNGraph graph, WeightVH &weights) |
static void | TriangleMotifAdjacency (PNGraph graph, MotifType motif, WeightVH &weights) |
static void | WedgeMotifAdjacency (PNGraph graph, MotifType motif, WeightVH &weights) |
static void | BifanMotifAdjacency (PNGraph graph, WeightVH &weights) |
static void | SemicliqueMotifAdjacency (PUNGraph graph, WeightVH &weights) |
static void | CliqueMotifAdjacency (PUNGraph graph, int clique_size, WeightVH &weights) |
Definition at line 56 of file motifcluster.h.
Definition at line 341 of file motifcluster.cpp.
|
staticprivate |
Definition at line 503 of file motifcluster.cpp.
Definition at line 185 of file motifcluster.cpp.
Definition at line 443 of file motifcluster.cpp.
Definition at line 457 of file motifcluster.cpp.
|
static |
Definition at line 701 of file motifcluster.cpp.
|
static |
Definition at line 709 of file motifcluster.cpp.
|
static |
Definition at line 80 of file motifcluster.cpp.
|
static |
Definition at line 84 of file motifcluster.cpp.
|
static |
Definition at line 160 of file motifcluster.cpp.
|
static |
Definition at line 165 of file motifcluster.cpp.
|
static |
Definition at line 171 of file motifcluster.cpp.
|
static |
Definition at line 177 of file motifcluster.cpp.
|
static |
Definition at line 91 of file motifcluster.cpp.
|
static |
Definition at line 106 of file motifcluster.cpp.
|
static |
Definition at line 116 of file motifcluster.cpp.
|
static |
Definition at line 121 of file motifcluster.cpp.
|
static |
Definition at line 131 of file motifcluster.cpp.
|
static |
Definition at line 140 of file motifcluster.cpp.
|
static |
Definition at line 149 of file motifcluster.cpp.
|
static |
Definition at line 154 of file motifcluster.cpp.
|
static |
Definition at line 72 of file motifcluster.cpp.
|
static |
Definition at line 76 of file motifcluster.cpp.
Definition at line 471 of file motifcluster.cpp.
Definition at line 510 of file motifcluster.cpp.
|
static |
Definition at line 717 of file motifcluster.cpp.
Definition at line 36 of file motifcluster.cpp.
Definition at line 405 of file motifcluster.cpp.
|
static |
Definition at line 871 of file motifcluster.cpp.
|
staticprivate |
Definition at line 213 of file motifcluster.cpp.
|
staticprivate |
Definition at line 282 of file motifcluster.cpp.