Graphpass
0.0.2
A helper library for network filtering, analysis and visualization
|
Provides an output report that shows the effect of filtering on the network structure. More...
Go to the source code of this file.
Data Structures | |
struct | Node |
Holds graph level values for each graph that has been filtered. More... | |
struct | RankNode |
unimplemented struct for holding the top 20 rankids for the graph. More... | |
Functions | |
int | push (struct Node **head_ref, igraph_real_t value, char *attr) |
int | pushRank (struct RankNode **head_ref, int rankids[20]) |
int | write_report (igraph_t *graph) |
Variables | |
struct Node * | asshead = NULL |
struct Node * | edges = NULL |
struct Node * | density = NULL |
struct Node * | betcent = NULL |
struct Node * | reciprocity = NULL |
struct Node * | degcent = NULL |
struct Node * | idegcent = NULL |
struct Node * | odegcent = NULL |
struct Node * | eigcent = NULL |
struct Node * | pagecent = NULL |
struct Node * | diameter = NULL |
struct Node * | pathlength = NULL |
struct Node * | clustering = NULL |
struct RankNode * | ranks = NULL |
Provides an output report that shows the effect of filtering on the network structure.
int write_report | ( | igraph_t * | graph | ) |
Writes the report