1 #ifndef snap_localmotifcluster_h 
    2 #define snap_localmotifcluster_h 
  190 #endif  // snap_localmotifcluster_h 
THash< TInt, TFlt > appr_vec
 
void computeAPPR(const ProcessedGraph &graph_p, const int SeedNodeId, float alpha, float eps)
 
void countClique(PUNGraph &G, int KSize, TIntV &PrevNodes, int level)
 
void assignWeights_undir(MotifType mt)
 
void computeProfile(const ProcessedGraph &graph_p)
 
const WeightVH & getWeights() const 
 
THash< TInt, TFlt > getAPPR()
 
TVec< THash< TInt, TIntV > > CountVH
 
void assignWeights_dir(MotifType mt)
 
void countDirTriadMotif(PNGraph graph)
 
MotifType ParseMotifType(const TStr &motif, const bool &IsDirected=false)
 
TVec< THash< TInt, TFlt > > WeightVH
 
void sweepAPPR(int option=-1)
 
CountVH getCounts() const 
 
PUNGraph getTransformedGraph() const 
 
PUNGraph getOriginalGraph() const 
 
bool isLocalMin(int idx, double thresh=1.2)
 
float getTotalVolume() const 
 
Vector is a sequence TVal objects representing an array that can change in size.