Size Type

Constructors

Constructor Description

Size()

Full Usage: Size()

Returns: Size
Returns: Size

Static members

Static member Description

Size.compute graph

Full Usage: Size.compute graph

Parameters:
    graph : DiGraph<'NodeKey, 'NodeData, 'EdgeData> - The graph to be analysed

Returns: int A float of the total nodes

Gets the total number of nodes of the graph

graph : DiGraph<'NodeKey, 'NodeData, 'EdgeData>

The graph to be analysed

Returns: int

A float of the total nodes

Size.compute graph

Full Usage: Size.compute graph

Parameters:
    graph : AdjGraph<'NodeKey, 'NodeData, 'EdgeData> - The graph to be analysed

Returns: int A float of the total nodes

Gets the total number of nodes of the graph

graph : AdjGraph<'NodeKey, 'NodeData, 'EdgeData>

The graph to be analysed

Returns: int

A float of the total nodes

Size.compute graph

Full Usage: Size.compute graph

Parameters:
    graph : UndirectedGraph<'NodeKey, 'NodeData, 'EdgeData> - The graph to be analysed

Returns: int A float of the total nodes

Gets the total number of nodes of the graph

graph : UndirectedGraph<'NodeKey, 'NodeData, 'EdgeData>

The graph to be analysed

Returns: int

A float of the total nodes

Size.compute graph

Full Usage: Size.compute graph

Parameters:
    graph : FGraph<'NodeKey, 'NodeData, 'EdgeData> - The graph to be analysed

Returns: int A float of the total nodes

Gets the total number of nodes of the graph

graph : FGraph<'NodeKey, 'NodeData, 'EdgeData>

The graph to be analysed

Returns: int

A float of the total nodes

Size.sizeOfAdjGraph graph

Full Usage: Size.sizeOfAdjGraph graph

Parameters:
    graph : AdjGraph<'NodeKey, 'NodeData, 'EdgeData> - The graph to be analysed

Returns: int A float of the total nodes

Gets the total number of nodes of the graph

graph : AdjGraph<'NodeKey, 'NodeData, 'EdgeData>

The graph to be analysed

Returns: int

A float of the total nodes

Size.sizeOfDiGraph graph

Full Usage: Size.sizeOfDiGraph graph

Parameters:
    graph : DiGraph<'NodeKey, 'NodeData, 'EdgeData> - The graph to be analysed

Returns: int A float of the total nodes

Gets the total number of nodes of the graph

graph : DiGraph<'NodeKey, 'NodeData, 'EdgeData>

The graph to be analysed

Returns: int

A float of the total nodes

Size.sizeOfFGraph graph

Full Usage: Size.sizeOfFGraph graph

Parameters:
    graph : FGraph<'NodeKey, 'NodeData, 'EdgeData> - The graph to be analysed

Returns: int A float of the total nodes

Gets the total number of nodes of the graph

graph : FGraph<'NodeKey, 'NodeData, 'EdgeData>

The graph to be analysed

Returns: int

A float of the total nodes

Size.sizeOfUndirected graph

Full Usage: Size.sizeOfUndirected graph

Parameters:
    graph : UndirectedGraph<'NodeKey, 'NodeData, 'EdgeData> - The graph to be analysed

Returns: int A float of the total nodes

Gets the total number of nodes of the graph

graph : UndirectedGraph<'NodeKey, 'NodeData, 'EdgeData>

The graph to be analysed

Returns: int

A float of the total nodes