| 
    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 <circles.h>

Public Member Functions | |
| TGraphAttributes (PUNGraph G, const char *nodeFeaturePath, const char *groundtruthPath) | |
| ~TGraphAttributes () | |
Public Attributes | |
| PUNGraph | G | 
| TInt | NFeatures | 
| THash< TInt, TIntIntH > | NodeFeatures | 
| THash< TIntPr, TIntIntH > | EdgeFeatures | 
| TVec< TInt > | NodeIDs | 
| TCRef | CRef | 
| TVec< TIntSet > | GroundTruth | 
| TGraphAttributes::TGraphAttributes | ( | PUNGraph | G, | 
| const char * | nodeFeaturePath, | ||
| const char * | groundtruthPath | ||
| ) | 
| G | the graph on which to run community detection | 
| nodeFeaturePath | the path of the file containing node attributes | 
Definition at line 194 of file circles.h.
References TVec< TVal, TSizeTy >::Add(), THashSet< TKey, THashFunc >::AddKey(), EdgeFeatures, GroundTruth, TUNGraph::IsNode(), TVec< TVal, TSizeTy >::Len(), NFeatures, NodeFeatures, NodeIDs, and SEEK_CUR.

Definition at line 19 of file circles.h.
Referenced by TCluster::Gradient(), TCluster::LogLikelihood(), TCluster::MCMC(), and TGraphAttributes().
| PUNGraph TGraphAttributes::G | 
Definition at line 15 of file circles.h.
Referenced by TCluster::Gradient(), TCluster::LogLikelihood(), and TCluster::MCMC().
Definition at line 23 of file circles.h.
Referenced by TGraphAttributes().
| TInt TGraphAttributes::NFeatures | 
Definition at line 16 of file circles.h.
Referenced by TCluster::Gradient(), TCluster::LogLikelihood(), TCluster::MCMC(), TCluster::TCluster(), TGraphAttributes(), and TCluster::Train().
Definition at line 18 of file circles.h.
Referenced by TGraphAttributes().
Definition at line 20 of file circles.h.
Referenced by TCluster::MCMC(), TGraphAttributes(), and TCluster::Train().