Static member | Description |
Full Usage:
Degree.average graph
Parameters:
UndirectedGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: float
A float of the mean degree
|
Get the mean degree of the graph. This is an undirected measure so inbound links add to a nodes degree.
|
Full Usage:
Degree.average graph
Parameters:
AdjGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: float
A float of the mean degree
|
Get the mean degree of the graph. This is an undirected measure so inbound links add to a nodes degree.
|
Full Usage:
Degree.average graph
Parameters:
FGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: float
A float of the mean degree
|
Get the mean degree of the graph. This is an undirected measure so inbound links add to a nodes degree.
|
Full Usage:
Degree.average graph
Parameters:
DiGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: float
A float of the mean degree
|
Get the mean degree of the graph. This is an undirected measure so inbound links add to a nodes degree.
|
Full Usage:
Degree.averageofAdjGraph graph
Parameters:
AdjGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: float
A float of the mean out-degree
|
|
Full Usage:
Degree.averageofDiGraph graph
Parameters:
DiGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: float
A float of the mean degree
|
Get the mean degree of the graph. This is an undirected measure so inbound links add to a nodes degree.
|
Full Usage:
Degree.averageofFGraph graph
Parameters:
FGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: float
A float of the mean degree
|
Get the mean degree of the graph. This is an undirected measure so inbound links add to a nodes degree.
|
Full Usage:
Degree.averageofUndirected graph
Parameters:
UndirectedGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: float
A float of the mean degree
|
|
Full Usage:
Degree.cumulativeDegreeOfFGraph graph
Parameters:
FGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: seq<float * int>
A float of the weighted degree of a node
|
Return the cummulative Degree of a FGraph sorted from smallest degree to highest as tupel of degree and Nodecount with that degree.
|
Full Usage:
Degree.maximum graph
Parameters:
DiGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
An int of the max degree
|
|
Full Usage:
Degree.maximum graph
Parameters:
AdjGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
An int of the max degree
|
|
Full Usage:
Degree.maximum graph
Parameters:
UndirectedGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
An int of the max degree
|
|
Full Usage:
Degree.maximum graph
Parameters:
FGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
An int of the max degree
|
|
Full Usage:
Degree.maximumOfAdjGraph graph
Parameters:
AdjGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
An int of the max degree
|
|
Full Usage:
Degree.maximumOfDiGraph graph
Parameters:
DiGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
An int of the max degree
|
|
Full Usage:
Degree.maximumOfFGraph graph
Parameters:
FGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
An int of the max degree
|
|
Full Usage:
Degree.maximumOfUndirected graph
Parameters:
UndirectedGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
An int of the max degree
|
|
Full Usage:
Degree.minimum graph
Parameters:
DiGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
An int of the min degree
|
|
Full Usage:
Degree.minimum graph
Parameters:
AdjGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
An int of the min degree
|
|
Full Usage:
Degree.minimum graph
Parameters:
UndirectedGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
An int of the min degree
|
|
Full Usage:
Degree.minimum graph
Parameters:
FGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
An int of the min degree
|
|
Full Usage:
Degree.minimumOfAdjGraph graph
Parameters:
AdjGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
An int of the min degree
|
|
Full Usage:
Degree.minimumOfDiGraph graph
Parameters:
DiGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
An int of the min degree
|
|
Full Usage:
Degree.minimumOfFGraph graph
Parameters:
FGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
An int of the min degree
|
|
Full Usage:
Degree.minimumOfUndirected graph
Parameters:
UndirectedGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int
An int of the min degree
|
|
Full Usage:
Degree.sequence graph
Parameters:
AdjGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: seq<float>
A float seq of degree values
|
|
Full Usage:
Degree.sequence graph
Parameters:
FGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: seq<float>
A float seq of degree values
|
|
Full Usage:
Degree.sequence graph
Parameters:
DiGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int[]
An array of degree values in descending order
|
|
Full Usage:
Degree.sequence graph
Parameters:
UndirectedGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int[]
An array of degree values in descending order
|
|
Full Usage:
Degree.sequenceOfAdjGraph graph
Parameters:
AdjGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: seq<float>
A float seq of out-degree values
|
|
Full Usage:
Degree.sequenceOfDiGraph graph
Parameters:
DiGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int[]
An array of degree values in descending order
|
|
Full Usage:
Degree.sequenceOfFGraph graph
Parameters:
FGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: seq<float>
A float seq of degree values
|
|
Full Usage:
Degree.sequenceOfUndirected graph
Parameters:
UndirectedGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: int[]
An array of degree values in descending order
|
|
Full Usage:
Degree.weightedDegreeOfFGraphNode nk weightF graph
Parameters:
'NodeKey
-
The NodeKey to get the weighted Degree
weightF : 'EdgeData -> float
-
Function to get a float weight of the EdgeData
graph : FGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
Returns: float
A float of the weighted degree of a node
|
|