Static member | Description |
Full Usage:
Size.compute graph
Parameters:
DiGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
A float of the total nodes
|
|
Full Usage:
Size.compute graph
Parameters:
AdjGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
A float of the total nodes
|
|
Full Usage:
Size.compute graph
Parameters:
UndirectedGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
A float of the total nodes
|
|
Full Usage:
Size.compute graph
Parameters:
FGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
A float of the total nodes
|
|
Full Usage:
Size.sizeOfAdjGraph graph
Parameters:
AdjGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
A float of the total nodes
|
|
Full Usage:
Size.sizeOfDiGraph graph
Parameters:
DiGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
A float of the total nodes
|
|
Full Usage:
Size.sizeOfFGraph graph
Parameters:
FGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
A float of the total nodes
|
|
Full Usage:
Size.sizeOfUndirected graph
Parameters:
UndirectedGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
A float of the total nodes
|
|