MatchingIndex Type

Constructors

Constructor Description

MatchingIndex()

Full Usage: MatchingIndex()

Returns: MatchingIndex
Returns: MatchingIndex

Static members

Static member Description

MatchingIndex.betweenAdjGraphNodes graph nk1 nk2

Full Usage: MatchingIndex.betweenAdjGraphNodes graph nk1 nk2

Parameters:
    graph : 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

Get the matching index between two nodes in a AdjGraph.

graph : 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

MatchingIndex.betweenFGraphNodes graph nk1 nk2

Full Usage: MatchingIndex.betweenFGraphNodes graph nk1 nk2

Parameters:
    graph : 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

Get the matching index between two nodes in a FGraph.

graph : 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

MatchingIndex.betweenNodes (graph, nk1, nk2)

Full Usage: MatchingIndex.betweenNodes (graph, nk1, nk2)

Parameters:
    graph : 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

Get the matching index between two nodes in a graph.

graph : 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

MatchingIndex.betweenNodes (graph, nk1, nk2)

Full Usage: MatchingIndex.betweenNodes (graph, nk1, nk2)

Parameters:
    graph : 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

Get the matching index between two nodes in a graph.

graph : 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