|
SNAP Library 2.0, User Reference
2013-05-13 16:33:57
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 |
| TLocClustStat::TNodeSweep::TNodeSweep | ( | ) | [inline] |
| TLocClustStat::TNodeSweep::TNodeSweep | ( | const int & | SeedNode, |
| const TIntV & | SweepNIdV, | ||
| const TFltV & | PhiNIdV | ||
| ) | [inline] |
| TLocClustStat::TNodeSweep::TNodeSweep | ( | const TNodeSweep & | NS | ) | [inline] |
| int TLocClustStat::TNodeSweep::GetSeed | ( | ) | const [inline] |
| int TLocClustStat::TNodeSweep::Len | ( | ) | const [inline] |
| int TLocClustStat::TNodeSweep::NId | ( | const int | i | ) | const [inline] |
| bool TLocClustStat::TNodeSweep::operator< | ( | const TNodeSweep & | CS | ) | const [inline] |
| double TLocClustStat::TNodeSweep::Phi | ( | const int | i | ) | const [inline] |