SNAP Library 4.0, Developer Reference
2017-07-27 13:18:06
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 1333 of file cmty.cpp.
References THash< TKey, TDat, THashFunc >::AddDat(), THash< TKey, TDat, THashFunc >::GetKeyId(), MxQId, and NIdQH.
Referenced by TSnap::TSnapDetail::TCNMQMatrix::Init(), and TSnap::TSnapDetail::TCNMQMatrix::MergeBestQ().
|
inline |
Definition at line 1343 of file cmty.cpp.
References THash< TKey, TDat, THashFunc >::DelKey(), GetMxQNId(), NIdQH, and UpdateMaxQ().
Referenced by TSnap::TSnapDetail::TCNMQMatrix::MergeBestQ().
|
inline |
Definition at line 1348 of file cmty.cpp.
Referenced by TSnap::TSnapDetail::TCNMQMatrix::Init().
|
inline |
Definition at line 1347 of file cmty.cpp.
References THash< TKey, TDat, THashFunc >::GetKey(), MxQId, and NIdQH.
Referenced by DelLink(), and TSnap::TSnapDetail::TCNMQMatrix::Init().
|
inline |
double TSnap::TSnapDetail::TCNMQMatrix::TCmtyDat::DegFrac |
Definition at line 1327 of file cmty.cpp.
Referenced by TSnap::TSnapDetail::TCNMQMatrix::MergeBestQ().
int TSnap::TSnapDetail::TCNMQMatrix::TCmtyDat::MxQId |
Definition at line 1329 of file cmty.cpp.
Referenced by AddQ(), GetMxQ(), GetMxQNId(), and UpdateMaxQ().
TIntFltH TSnap::TSnapDetail::TCNMQMatrix::TCmtyDat::NIdQH |
Definition at line 1328 of file cmty.cpp.
Referenced by AddQ(), DelLink(), GetMxQ(), GetMxQNId(), TSnap::TSnapDetail::TCNMQMatrix::MergeBestQ(), and UpdateMaxQ().