Click or drag to resize

LGSPGraphStatistics Fields

The LGSPGraphStatistics type exposes the following members.

Fields
  NameDescription
Public fielddim0size
Public fielddim1size
Public fielddim2size
Public fieldedgeCounts
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.
Public fieldgraphModel
Public fieldinCounts
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.
Public fieldmeanInDegree
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.
Public fieldmeanOutDegree
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.
Public fieldnodeCounts
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.
Public fieldoutCounts
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.
Public fieldvstructs
Top
See Also