Click or drag to resize

freeGraphLinkWeightsInversed Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
When weights are inversed then link weights are between 0 and 1. If the weights are not inversed then weights are above 1

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public bool LinkWeightsInversed { get; set; }
Request Example View Source

Property Value

Type: Boolean
true if [link weights inversed]; otherwise, false.
See Also