SNAP Library 2.3, Developer Reference
2014-06-16 11:58:46
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
Local-Spectral-Clustering statistics of a given Graph. More...
#include <ncp.h>
Classes | |
class | TCutInfo |
class | TNodeSweep |
Public Member Functions | |
TLocClustStat (const double &_Alpha, const int &_KMin, const int &_KMax, const double &_KFac, const int &_Coverage, const double &_SizeFrac) | |
void | Save (TSOut &SOut) const |
void | Clr () |
void | SetGraph (const PUNGraph &GraphPt) |
void | Run (const PUNGraph &Graph, const bool &SaveAllSweeps=false, const bool &SaveAllCond=false, const bool &SaveBestNodesAtK=false) |
void | AddBagOfWhiskers () |
void | AddCut (const TIntV &NIdV) |
void | AddCut (const int &ClustSz, const double &Phi) |
void | AddToBestCutH (const PUNGraph &Graph, const TIntV &NIdV, const bool &AddBestCond=true) |
double | FindBestCut (const int &Nodes, const TIntSet &TabuNIdSet, int &BestCutId) const |
const TCutInfo & | FindBestCut (const int &Nodes=-1) const |
double | FindBestCut (const int &Nodes, TIntV &ClustNIdV) const |
int | FindBestCut (const int &Nodes, int &Vol, int &Cut, double &Phi) const |
const TCutInfo & | GetBestCut () const |
int | GetCuts () const |
const TCutInfo & | GetKNodeCut (const int &Nodes) const |
const TCutInfo & | GetCutN (const int &N) const |
int | BestWhiskNodes () const |
int | BestWhiskEdges () const |
double | BestWhiskPhi () const |
TFltPr | GetBestWhisk () const |
const TFltPrV & | GetBagOfWhiskersV () const |
void | GetCurveStat (TFltPrV &MeanV, TFltPrV &MedV, TFltPrV &Dec1V, TFltPrV &MinV, TFltPrV &MaxV) const |
void | GetBoltzmanCurveStat (const TFltV &TempV, TVec< TFltPrV > &NcpV) const |
TStr | ParamStr () const |
void | PlotNCP (const TStr &OutFNm, TStr Desc=TStr()) const |
void | PlotNCPModul (const TStr &OutFNm, TStr Desc=TStr()) const |
void | PlotNcpTop10 (const TStr &OutFNm, TStr Desc, const int &TakeMinN) const |
void | PlotPhiInOut (const TStr &OutFNm, TStr Desc=TStr()) const |
void | PlotBestClustDens (TStr OutFNm, TStr Desc=TStr()) const |
void | PlotNCPScatter (const TStr &OutFNm, TStr Desc=TStr()) const |
void | PlotPhiDistr (const int &CmtySz, const TStr &OutFNm, TStr Desc=TStr()) const |
void | PlotBoltzmanCurve (const TStr &OutFNm, TStr Desc=TStr()) const |
void | ImposeNCP (const TLocClustStat &LcStat2, TStr OutFNm, TStr Desc, TStr Desc1, TStr Desc2) const |
void | ImposeNCP (const TLocClustStat &LcStat2, const TLocClustStat &LcStat3, TStr OutFNm, TStr Desc, TStr Desc1, TStr Desc2, TStr Desc3) const |
void | SaveTxtInfo (const TStr &OutFNmPref, const TStr &Desc, const bool &SetMaxAt1) const |
Static Public Member Functions | |
static void | BagOfWhiskers (const PUNGraph &Graph, TFltPrV &SizePhiV, TFltPr &BestWhisk) |
static void | BagOfWhiskers2 (const PUNGraph &Graph, TFltPrV &SizePhiV) |
static void | MakeExpBins (const TFltPrV &ValV, TFltPrV &NewV) |
static void | MakeExpBins (const TFltV &ValV, TFltV &NewV) |
Public Attributes | |
TVec< TNodeSweep > | SweepsV |
THash< TInt, TFltV > | SizePhiH |
THash< TInt, TCutInfo > | BestCutH |
TFltPrV | BagOfWhiskerV |
TFltPr | BestWhisk |
TCutInfo | BestCut |
TIntSet | SizeBucketSet |
Static Public Attributes | |
static double | BinFactor = 1.01 |
static int | TakeValAt |
Private Attributes | |
TFlt | Alpha |
TFlt | SizeFrac |
TFlt | KFac |
TInt | KMin |
TInt | KMax |
TInt | Coverage |
PUNGraph | Graph |
TLocClustStat::TLocClustStat | ( | const double & | _Alpha, |
const int & | _KMin, | ||
const int & | _KMax, | ||
const double & | _KFac, | ||
const int & | _Coverage, | ||
const double & | _SizeFrac | ||
) |
void TLocClustStat::AddBagOfWhiskers | ( | ) |
Definition at line 404 of file ncp.cpp.
References BagOfWhiskers(), BagOfWhiskerV, BestWhisk, and Graph.
Referenced by TLocClust::PlotNCP().
void TLocClustStat::AddCut | ( | const TIntV & | NIdV | ) |
Definition at line 410 of file ncp.cpp.
References TLocClust::GetCutStat(), TUNGraph::GetEdges(), Graph, TVec< TVal, TSizeTy >::Len(), and SizePhiH.
void TLocClustStat::AddCut | ( | const int & | ClustSz, |
const double & | Phi | ||
) |
void TLocClustStat::AddToBestCutH | ( | const PUNGraph & | Graph, |
const TIntV & | NIdV, | ||
const bool & | AddBestCond = true |
||
) |
Definition at line 422 of file ncp.cpp.
References BestCutH, TLocClustStat::TCutInfo::GetCutSz(), TLocClustStat::TCutInfo::GetEdges(), TUNGraph::GetEdges(), TLocClustStat::TCutInfo::GetModular(), TLocClustStat::TCutInfo::GetNodes(), TLocClustStat::TCutInfo::GetPhi(), and TVec< TVal, TSizeTy >::Len().
|
static |
Definition at line 901 of file ncp.cpp.
References TVec< TVal, TSizeTy >::Add(), THash< TKey, TDat, THashFunc >::AddDat(), THash< TKey, TDat, THashFunc >::AddKey(), THashSet< TKey, THashFunc >::AddKey(), TVec< TVal, TSizeTy >::Clr(), TVec< TVal, TSizeTy >::Empty(), TVec< TVal, TSizeTy >::Gen(), TSnap::Get1CnCom(), THash< TKey, TDat, THashFunc >::GetDat(), THash< TKey, TDat, THashFunc >::GetKey(), TUNGraph::GetNI(), TUNGraph::TNodeI::GetOutDeg(), TExeTm::GetStr(), THash< TKey, TDat, THashFunc >::IsKey(), THashSet< TKey, THashFunc >::IsKey(), THash< TKey, TDat, THashFunc >::Len(), TVec< TVal, TSizeTy >::Len(), THashSet< TKey, THashFunc >::Len(), TMath::Mn(), TVec< TVal, TSizeTy >::Sort(), THash< TKey, TDat, THashFunc >::SortByKey(), and TInt::Val.
Referenced by AddBagOfWhiskers().
Definition at line 977 of file ncp.cpp.
References TVec< TVal, TSizeTy >::Add(), THash< TKey, TDat, THashFunc >::AddDat(), TVec< TVal, TSizeTy >::Clr(), TVec< TVal, TSizeTy >::Empty(), TVec< TVal, TSizeTy >::Gen(), TSnap::Get1CnCom(), THash< TKey, TDat, THashFunc >::GetDat(), THash< TKey, TDat, THashFunc >::GetKey(), TUNGraph::GetNI(), TUNGraph::TNodeI::GetOutDeg(), THash< TKey, TDat, THashFunc >::IsKey(), THash< TKey, TDat, THashFunc >::Len(), TVec< TVal, TSizeTy >::Len(), SizePhiH, TVec< TVal, TSizeTy >::Sort(), and THash< TKey, TDat, THashFunc >::SortByKey().
|
inline |
Definition at line 212 of file ncp.h.
References BestWhisk, TMath::Round(), TFlt::Val, and TPair< TVal1, TVal2 >::Val2.
|
inline |
Definition at line 211 of file ncp.h.
References BestWhisk, TFlt::Val, and TPair< TVal1, TVal2 >::Val1.
|
inline |
void TLocClustStat::Clr | ( | ) |
Definition at line 293 of file ncp.cpp.
References BagOfWhiskerV, BestCutH, TVec< TVal, TSizeTy >::Clr(), SizePhiH, and SweepsV.
Referenced by Run().
double TLocClustStat::FindBestCut | ( | const int & | Nodes, |
const TIntSet & | TabuNIdSet, | ||
int & | BestCutId | ||
) | const |
Definition at line 469 of file ncp.cpp.
References IAssert, THashSet< TKey, THashFunc >::IsKey(), TLocClustStat::TNodeSweep::Len(), TLocClustStat::TNodeSweep::NId(), TLocClustStat::TNodeSweep::Phi(), and SweepsV.
Referenced by FindBestCut(), PlotNcpTop10(), and PlotPhiInOut().
const TLocClustStat::TCutInfo & TLocClustStat::FindBestCut | ( | const int & | Nodes = -1 | ) | const |
double TLocClustStat::FindBestCut | ( | const int & | Nodes, |
TIntV & | ClustNIdV | ||
) | const |
Definition at line 454 of file ncp.cpp.
References TLocClustStat::TCutInfo::CutNIdV, FindBestCut(), and TLocClustStat::TCutInfo::GetPhi().
int TLocClustStat::FindBestCut | ( | const int & | Nodes, |
int & | Vol, | ||
int & | Cut, | ||
double & | Phi | ||
) | const |
Definition at line 460 of file ncp.cpp.
References FindBestCut(), TLocClustStat::TCutInfo::GetCutSz(), TLocClustStat::TCutInfo::GetNodes(), TLocClustStat::TCutInfo::GetPhi(), and TLocClustStat::TCutInfo::GetVol().
|
inline |
|
inline |
|
inline |
Definition at line 529 of file ncp.cpp.
References TVec< TVal, TSizeTy >::Add(), TVec< TVal, TSizeTy >::Gen(), IAssert, TVec< TVal, TSizeTy >::Len(), MakeExpBins(), SizePhiH, and TVec< TVal, TSizeTy >::Swap().
Referenced by PlotBoltzmanCurve().
void TLocClustStat::GetCurveStat | ( | TFltPrV & | MeanV, |
TFltPrV & | MedV, | ||
TFltPrV & | Dec1V, | ||
TFltPrV & | MinV, | ||
TFltPrV & | MaxV | ||
) | const |
Definition at line 490 of file ncp.cpp.
References TMom::Add(), TVec< TVal, TSizeTy >::Add(), BestCutH, TVec< TVal, TSizeTy >::Clr(), TMom::Def(), TMom::GetDecile(), THash< TKey, TDat, THashFunc >::GetKey(), TMom::GetMean(), TMom::GetMedian(), TMom::GetMn(), TMom::GetMx(), IAssert, THash< TKey, TDat, THashFunc >::Len(), TVec< TVal, TSizeTy >::Len(), MakeExpBins(), SizePhiH, TVec< TVal, TSizeTy >::Sort(), TVec< TVal, TSizeTy >::Swap(), and TInt::Val.
Referenced by ImposeNCP(), PlotBoltzmanCurve(), and PlotNCP().
|
inline |
|
inline |
|
inline |
Definition at line 208 of file ncp.h.
References BestCutH.
Referenced by SaveTxtInfo().
void TLocClustStat::ImposeNCP | ( | const TLocClustStat & | LcStat2, |
TStr | OutFNm, | ||
TStr | Desc, | ||
TStr | Desc1, | ||
TStr | Desc2 | ||
) | const |
Definition at line 786 of file ncp.cpp.
References TVec< TVal, TSizeTy >::Add(), TGnuPlot::AddPlot(), BagOfWhiskerV, BestWhisk, TStr::CStr(), TStr::Empty(), TVec< TVal, TSizeTy >::Empty(), TStr::Fmt(), GetCurveStat(), TUNGraph::GetEdges(), TUNGraph::GetNodes(), gpsLog10XY, gpwLines, gpwPoints, Graph, ParamStr(), TGnuPlot::SavePng(), TGnuPlot::SetScale(), and TGnuPlot::SetXYLabel().
Referenced by TLocClust::PlotNCP().
void TLocClustStat::ImposeNCP | ( | const TLocClustStat & | LcStat2, |
const TLocClustStat & | LcStat3, | ||
TStr | OutFNm, | ||
TStr | Desc, | ||
TStr | Desc1, | ||
TStr | Desc2, | ||
TStr | Desc3 | ||
) | const |
Definition at line 810 of file ncp.cpp.
References TVec< TVal, TSizeTy >::Add(), TGnuPlot::AddPlot(), BagOfWhiskerV, BestWhisk, TStr::CStr(), TStr::Empty(), TVec< TVal, TSizeTy >::Empty(), TStr::Fmt(), GetCurveStat(), TUNGraph::GetNodes(), gpsLog10XY, gpwLines, gpwPoints, Graph, ParamStr(), TGnuPlot::SavePng(), TGnuPlot::SetScale(), TGnuPlot::SetXRange(), and TGnuPlot::SetXYLabel().
Definition at line 1020 of file ncp.cpp.
References TVec< TVal, TSizeTy >::Add(), BinFactor, TVec< TVal, TSizeTy >::Clr(), TVec< TVal, TSizeTy >::Empty(), TVec< TVal, TSizeTy >::Gen(), TVec< TVal, TSizeTy >::Last(), TVec< TVal, TSizeTy >::Len(), TFlt::Mx, and TPair< TVal1, TVal2 >::Val1.
Referenced by GetBoltzmanCurveStat(), GetCurveStat(), PlotBestClustDens(), TLocClust::PlotCutDistr(), PlotNCPModul(), TLocClust::PlotPhiDistr(), and TLocClust::PlotVolDistr().
Definition at line 1042 of file ncp.cpp.
References TVec< TVal, TSizeTy >::Add(), BinFactor, TVec< TVal, TSizeTy >::Clr(), TVec< TVal, TSizeTy >::Empty(), TVec< TVal, TSizeTy >::Gen(), TVec< TVal, TSizeTy >::Last(), TVec< TVal, TSizeTy >::Len(), and TFlt::Mx.
TStr TLocClustStat::ParamStr | ( | ) | const |
Definition at line 555 of file ncp.cpp.
References Alpha, Coverage, TPt< TRec >::Empty(), TStr::Fmt(), TUNGraph::GetEdges(), TInt::GetMegaStr(), TUNGraph::GetNodes(), Graph, KFac, KMax, KMin, and SizeFrac.
Referenced by ImposeNCP(), PlotBestClustDens(), PlotBoltzmanCurve(), PlotNCP(), PlotNCPModul(), PlotNCPScatter(), PlotNcpTop10(), PlotPhiDistr(), PlotPhiInOut(), and SaveTxtInfo().
Definition at line 689 of file ncp.cpp.
References TVec< TVal, TSizeTy >::Add(), TGnuPlot::AddCmd(), TGnuPlot::AddPlot(), BestCutH, TStr::CStr(), TStr::Empty(), TStr::Fmt(), gpsLog10XY, gpwLines, MakeExpBins(), ParamStr(), TGnuPlot::RunGnuPlot(), TGnuPlot::SavePng(), TGnuPlot::SetScale(), and TGnuPlot::SetXYLabel().
Definition at line 747 of file ncp.cpp.
References TVec< TVal, TSizeTy >::Add(), THash< TKey, TDat, THashFunc >::AddDat(), TGnuPlot::AddPlot(), TStr::CStr(), TStr::Fmt(), GetBoltzmanCurveStat(), GetCurveStat(), TUNGraph::GetEdges(), TUNGraph::GetNodes(), TVec< TVal, TSizeTy >::GetV(), gpsLog, gpsLog10XY, gpwLines, Graph, TVec< TVal, TSizeTy >::Len(), ParamStr(), TGnuPlot::PlotValCntH(), TGnuPlot::PlotValV(), TMath::Round(), TGnuPlot::SavePng(), TGnuPlot::SetScale(), TGnuPlot::SetXYLabel(), and SizePhiH.
Referenced by TLocClust::PlotNCP().
Definition at line 564 of file ncp.cpp.
References TVec< TVal, TSizeTy >::Add(), TGnuPlot::AddPlot(), BagOfWhiskerV, BestWhisk, TStr::CStr(), TStr::Empty(), TVec< TVal, TSizeTy >::Empty(), TStr::Fmt(), GetCurveStat(), TUNGraph::GetNodes(), gpsLog10XY, gpwLines, gpwPoints, Graph, ParamStr(), TGnuPlot::SavePng(), TGnuPlot::SetScale(), TGnuPlot::SetXRange(), and TGnuPlot::SetXYLabel().
Definition at line 589 of file ncp.cpp.
References TVec< TVal, TSizeTy >::Add(), TGnuPlot::AddPlot(), BestCutH, TStr::CStr(), TStr::Empty(), TVec< TVal, TSizeTy >::Empty(), TStr::Fmt(), TUNGraph::GetEdges(), TUNGraph::GetNodes(), gpsLog10XY, gpwLines, Graph, MakeExpBins(), ParamStr(), TGnuPlot::SavePng(), TGnuPlot::SetScale(), TGnuPlot::SetXRange(), TGnuPlot::SetXYLabel(), TVec< TVal, TSizeTy >::Sort(), and TVec< TVal, TSizeTy >::Swap().
Definition at line 715 of file ncp.cpp.
References THashSet< TKey, THashFunc >::AddKey(), TGnuPlot::AddPlot(), TStr::CStr(), TStr::Empty(), TStr::Fmt(), THashSet< TKey, THashFunc >::GetKeyV(), TUNGraph::GetNodes(), gpsLog10XY, gpwPoints, Graph, IAssertR, TVec< TVal, TSizeTy >::Len(), ParamStr(), TMath::Round(), TGnuPlot::SavePng(), TGnuPlot::SetScale(), TGnuPlot::SetXRange(), TGnuPlot::SetXYLabel(), and SizePhiH.
Definition at line 607 of file ncp.cpp.
References TVec< TVal, TSizeTy >::Add(), TGnuPlot::AddPlot(), BinFactor, TStr::CStr(), TStr::Empty(), FindBestCut(), TStr::Fmt(), TUNGraph::GetNodes(), gpsLog10XY, gpwLines, Graph, TVec< TVal, TSizeTy >::Len(), ParamStr(), TGnuPlot::SavePng(), TGnuPlot::SetScale(), TGnuPlot::SetXRange(), TGnuPlot::SetXYLabel(), and SweepsV.
void TLocClustStat::PlotPhiDistr | ( | const int & | CmtySz, |
const TStr & | OutFNm, | ||
TStr | Desc = TStr() |
||
) | const |
Definition at line 735 of file ncp.cpp.
References THash< TKey, TDat, THashFunc >::AddDat(), TStr::CStr(), TStr::Fmt(), IAssert, ParamStr(), TGnuPlot::PlotValCntH(), TMath::Round(), and SizePhiH.
Definition at line 643 of file ncp.cpp.
References TGnuPlot::AddPlot(), Alpha, BestCutH, Coverage, TStr::CStr(), TLocClustStat::TCutInfo::CutNIdV, TPt< TRec >::Empty(), FindBestCut(), TStr::Fmt(), TLocClustStat::TCutInfo::GetCutSz(), TLocClustStat::TCutInfo::GetEdges(), TLocClustStat::TCutInfo::GetNodes(), TUNGraph::GetNodes(), TLocClustStat::TCutInfo::GetPhi(), TSnap::GetSubGraph(), TLocClustStat::TCutInfo::GetVol(), gpsLog10XY, gpwLines, Graph, IAssert, KFac, KMax, ParamStr(), TMath::Round(), Run(), TGnuPlot::SavePng(), TGnuPlot::SetScale(), TGnuPlot::SetXRange(), TGnuPlot::SetXYLabel(), and SizeFrac.
void TLocClustStat::Run | ( | const PUNGraph & | Graph, |
const bool & | SaveAllSweeps = false , |
||
const bool & | SaveAllCond = false , |
||
const bool & | SaveBestNodesAtK = false |
||
) |
pow(1.1, cnt)
Definition at line 300 of file ncp.cpp.
References THashSet< TKey, THashFunc >::AddKey(), Alpha, BestCut, BestCutH, TLocClust::BestCutNodes(), BinFactor, Clr(), TVec< TVal, TSizeTy >::Clr(), THashSet< TKey, THashFunc >::Clr(), Coverage, TLocClustStat::TCutInfo::CutNIdV, TLocClustStat::TCutInfo::CutSz, TLocClustStat::TCutInfo::Edges, THashSet< TKey, THashFunc >::Empty(), TLocClust::FindBestCut(), TExeTm::GetCurTm(), TLocClust::GetCut(), TLocClust::GetCutPhi(), TLocClust::GetCutVol(), TUNGraph::GetEdges(), TSnap::GetMxWcc(), TLocClust::GetNIdV(), TUNGraph::GetNodes(), TLocClust::GetPhi(), TLocClust::GetPhiV(), TUNGraph::GetRndNId(), TExeTm::GetStr(), TVec< TVal, TSizeTy >::GetSubValV(), TLocClust::GetVol(), Graph, IAssert, THashSet< TKey, THashFunc >::IsKey(), KFac, KMax, KMin, TLocClust::Len(), Mega, TFlt::Mx, TMath::Round(), SizeBucketSet, SizeFrac, SizePhiH, SweepsV, TExeTm::Tick(), and TLocClust::Verbose.
Referenced by TLocClust::PlotNCP(), and PlotPhiInOut().
void TLocClustStat::Save | ( | TSOut & | SOut | ) | const |
Definition at line 280 of file ncp.cpp.
References Alpha, Coverage, KFac, KMax, KMin, TInt::Save(), TFlt::Save(), and SizeFrac.
void TLocClustStat::SaveTxtInfo | ( | const TStr & | OutFNmPref, |
const TStr & | Desc, | ||
const bool & | SetMaxAt1 | ||
) | const |
Definition at line 841 of file ncp.cpp.
References TVec< TVal, TSizeTy >::Add(), BestCutH, TStr::CStr(), TLocClustStat::TCutInfo::CutSz, TLocClustStat::TCutInfo::Edges, TStr::Fmt(), TLocClustStat::TCutInfo::GetCutRatio(), TUNGraph::GetEdges(), TLocClustStat::TCutInfo::GetExpansion(), TLocClustStat::TCutInfo::GetExpEdgesIn(), TLocClustStat::TCutInfo::GetFracDegOut(), TLocClustStat::TCutInfo::GetIntDens(), GetKNodeCut(), TLocClustStat::TCutInfo::GetModRat(), TLocClustStat::TCutInfo::GetModular(), TUNGraph::GetNodes(), TLocClustStat::TCutInfo::GetNormCut(), TLocClustStat::TCutInfo::GetPhi(), TExeTm::GetStr(), gpsLog10XY, gpwLines, gpwPoints, Graph, TVec< TVal, TSizeTy >::Len(), THashSet< TKey, THashFunc >::Len(), TMath::Mx(), TLocClustStat::TCutInfo::Nodes, ParamStr(), and SizeBucketSet.
Referenced by TLocClust::PlotNCP().
|
inline |
|
private |
Definition at line 178 of file ncp.h.
Referenced by ParamStr(), PlotPhiInOut(), Run(), and Save().
TFltPrV TLocClustStat::BagOfWhiskerV |
Definition at line 186 of file ncp.h.
Referenced by AddBagOfWhiskers(), Clr(), GetBagOfWhiskersV(), ImposeNCP(), and PlotNCP().
TCutInfo TLocClustStat::BestCut |
Definition at line 188 of file ncp.h.
Referenced by GetBestCut(), and Run().
Definition at line 185 of file ncp.h.
Referenced by AddToBestCutH(), Clr(), FindBestCut(), GetCurveStat(), GetCutN(), GetCuts(), GetKNodeCut(), PlotBestClustDens(), PlotNCPModul(), PlotPhiInOut(), Run(), and SaveTxtInfo().
TFltPr TLocClustStat::BestWhisk |
Definition at line 187 of file ncp.h.
Referenced by AddBagOfWhiskers(), BestWhiskEdges(), BestWhiskNodes(), BestWhiskPhi(), GetBestWhisk(), ImposeNCP(), and PlotNCP().
|
static |
Definition at line 127 of file ncp.h.
Referenced by MakeExpBins(), PlotNcpTop10(), and Run().
|
private |
Definition at line 179 of file ncp.h.
Referenced by ParamStr(), PlotPhiInOut(), Run(), and Save().
|
private |
Definition at line 180 of file ncp.h.
Referenced by AddBagOfWhiskers(), AddCut(), ImposeNCP(), ParamStr(), PlotBoltzmanCurve(), PlotNCP(), PlotNCPModul(), PlotNCPScatter(), PlotNcpTop10(), PlotPhiInOut(), Run(), SaveTxtInfo(), and SetGraph().
|
private |
Definition at line 178 of file ncp.h.
Referenced by ParamStr(), PlotPhiInOut(), Run(), and Save().
|
private |
Definition at line 179 of file ncp.h.
Referenced by ParamStr(), PlotPhiInOut(), Run(), and Save().
|
private |
Definition at line 179 of file ncp.h.
Referenced by ParamStr(), Run(), and Save().
TIntSet TLocClustStat::SizeBucketSet |
Definition at line 189 of file ncp.h.
Referenced by Run(), and SaveTxtInfo().
|
private |
Definition at line 178 of file ncp.h.
Referenced by ParamStr(), PlotPhiInOut(), Run(), and Save().
Definition at line 184 of file ncp.h.
Referenced by AddCut(), BagOfWhiskers2(), Clr(), GetBoltzmanCurveStat(), GetCurveStat(), PlotBoltzmanCurve(), PlotNCPScatter(), PlotPhiDistr(), and Run().
TVec<TNodeSweep> TLocClustStat::SweepsV |
Definition at line 183 of file ncp.h.
Referenced by Clr(), FindBestCut(), PlotNcpTop10(), and Run().