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
|
#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 |
Definition at line 137 of file ncp.h.
References IAssert, and TVec< TVal, TSizeTy >::Len().
|
inline |
|
inline |
|
inline |
Definition at line 140 of file ncp.h.
References TVec< TVal, TSizeTy >::Len().
Referenced by TLocClustStat::FindBestCut(), and operator<().
|
inline |
Definition at line 142 of file ncp.h.
Referenced by TLocClustStat::FindBestCut().
|
inline |
|
inline |
Definition at line 143 of file ncp.h.
Referenced by TLocClustStat::FindBestCut().
TInt TLocClustStat::TNodeSweep::SeedNId |