Click or drag to resize

dotToDirectedGraphConverterBasicGetLinkWeight Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Graph.Converters
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public override double GetLinkWeight(
	DotGraph nodeA,
	DotGraph nodeB
)
Request Example View Source

Parameters

nodeA
Type: imbSCI.Graph.DOTDotGraph
nodeB
Type: imbSCI.Graph.DOTDotGraph

Return Value

Type: Double
See Also