 | LGSPGraphStatistics Fields |
The LGSPGraphStatistics type exposes the following members.
Fields | Name | Description |
---|
 | dim0size | |
 | dim1size | |
 | dim2size | |
 | edgeCounts |
The number of compatible edges in the graph for each type at the time of the last analysis.
It is null, if no analysis has been executed, yet.
|
 | graphModel | |
 | inCounts |
The number of edges coming in for each node type at the time of the last analysis.
It is null, if no analysis has been executed, yet.
|
 | meanInDegree |
The mean in degree (independent of edge types) of the nodes of a graph for each node type
at the time of the last analysis.
It is null, if no analysis has been executed, yet.
|
 | meanOutDegree |
The mean out degree (independent of edge types) of the nodes of a graph for each node type
at the time of the last analysis.
It is null, if no analysis has been executed, yet.
|
 | nodeCounts |
The number of compatible nodes in the graph for each type at the time of the last analysis.
It is null, if no analysis has been executed, yet.
|
 | outCounts |
The number of edges going out for each node type at the time of the last analysis.
It is null, if no analysis has been executed, yet.
|
 | vstructs | |
Top
See Also