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
|
#include <ncp.h>
Public Member Functions | |
TNodeSweep () | |
TNodeSweep (const int &SeedNode, const TIntV &SweepNIdV, const TFltV &PhiNIdV) | |
TNodeSweep (const TNodeSweep &NS) | |
int | Len () const |
int | GetSeed () const |
int | NId (const int i) const |
double | Phi (const int i) const |
bool | operator< (const TNodeSweep &CS) const |
Public Attributes | |
TInt | SeedNId |
TIntV | SweepV |
TFltV | PhiV |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 140 of file ncp.h.
References TVec< TVal, TSizeTy >::Len(), and SweepV.
Referenced by TLocClustStat::FindBestCut(), and operator<().
|
inline |
Definition at line 142 of file ncp.h.
References SweepV.
Referenced by TLocClustStat::FindBestCut().
|
inline |
|
inline |
Definition at line 143 of file ncp.h.
References PhiV.
Referenced by TLocClustStat::FindBestCut().
TFltV TLocClustStat::TNodeSweep::PhiV |
Definition at line 134 of file ncp.h.
Referenced by Phi(), and TNodeSweep().
TInt TLocClustStat::TNodeSweep::SeedNId |
TIntV TLocClustStat::TNodeSweep::SweepV |
Definition at line 133 of file ncp.h.
Referenced by Len(), NId(), and TNodeSweep().