Click or drag to resize

propertyExpressionToDirectedGraphConverterGetLinkWeight Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Provides the link weight, by default implementation returns 1 / Count

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

Parameters

nodeA
Type: imbSCI.Core.dataPropertyExpression
The node a.
nodeB
Type: imbSCI.Core.dataPropertyExpression
The node b.

Return Value

Type: Double
See Also