Constructor | Description |
|
|
Static member | Description |
Full Usage:
MatchingIndex.betweenAdjGraphNodes graph nk1 nk2
Parameters:
AdjGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The FGraph to be analysed
nk1 : 'NodeKey
-
The NodeKey of one of the nodes
nk2 : 'NodeKey
-
The NodeKey for the other node
Returns: float
A float of the matching index between two nodes
|
|
Full Usage:
MatchingIndex.betweenFGraphNodes graph nk1 nk2
Parameters:
FGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The FGraph to be analysed
nk1 : 'NodeKey
-
The NodeKey of one of the nodes
nk2 : 'NodeKey
-
The NodeKey for the other node
Returns: float
A float of the matching index between two nodes
|
|
Full Usage:
MatchingIndex.betweenNodes (graph, nk1, nk2)
Parameters:
AdjGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
nk1 : 'NodeKey
-
The NodeKey of one of the nodes
nk2 : 'NodeKey
-
The NodeKey for the other node
Returns: float
A float of the matching index between two nodes
|
|
Full Usage:
MatchingIndex.betweenNodes (graph, nk1, nk2)
Parameters:
FGraph<'NodeKey, 'NodeData, 'EdgeData>
-
The graph to be analysed
nk1 : 'NodeKey
-
The NodeKey of one of the nodes
nk2 : 'NodeKey
-
The NodeKey for the other node
Returns: float
A float of the matching index between two nodes
|
|