SNAP Library 6.0, Developer Reference
2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Public Member Functions | |
TCmtyDat () | |
TCmtyDat (const double &NodeDegFrac, const int &OutDeg) | |
void | AddQ (const int &NId, const double &Q) |
void | UpdateMaxQ () |
void | DelLink (const int &K) |
int | GetMxQNId () const |
double | GetMxQ () const |
Public Attributes | |
double | DegFrac |
TIntFltH | NIdQH |
int | MxQId |
|
inline |
|
inline |
|
inline |
Definition at line 1335 of file cmty.cpp.
References THash< TKey, TDat, THashFunc >::AddDat(), and THash< TKey, TDat, THashFunc >::GetKeyId().
Referenced by TSnap::TSnapDetail::TCNMQMatrix::Init(), and TSnap::TSnapDetail::TCNMQMatrix::MergeBestQ().
|
inline |
Definition at line 1345 of file cmty.cpp.
References THash< TKey, TDat, THashFunc >::DelKey(), GetMxQNId(), and UpdateMaxQ().
Referenced by TSnap::TSnapDetail::TCNMQMatrix::MergeBestQ().
|
inline |
Definition at line 1350 of file cmty.cpp.
References MxQId.
Referenced by TSnap::TSnapDetail::TCNMQMatrix::FindMxQEdge(), and TSnap::TSnapDetail::TCNMQMatrix::Init().
|
inline |
Definition at line 1349 of file cmty.cpp.
References THash< TKey, TDat, THashFunc >::GetKey().
Referenced by DelLink(), and TSnap::TSnapDetail::TCNMQMatrix::Init().
|
inline |
Definition at line 1339 of file cmty.cpp.
References THash< TKey, TDat, THashFunc >::FNextKeyId().
Referenced by DelLink().
double TSnap::TSnapDetail::TCNMQMatrix::TCmtyDat::DegFrac |
Definition at line 1329 of file cmty.cpp.
Referenced by TSnap::TSnapDetail::TCNMQMatrix::MergeBestQ().
int TSnap::TSnapDetail::TCNMQMatrix::TCmtyDat::MxQId |
TIntFltH TSnap::TSnapDetail::TCNMQMatrix::TCmtyDat::NIdQH |
Definition at line 1330 of file cmty.cpp.
Referenced by TSnap::TSnapDetail::TCNMQMatrix::MergeBestQ().