Click or drag to resize

freeGraphInverseWeights Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inversing the link weights, When state is Inversed, weights are between 0 and 1, when Inversed is false - the weights are from 1 to infinite

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public bool InverseWeights(
	bool toState,
	bool detectFirst = true
)
Request Example View Source

Parameters

toState
Type: SystemBoolean
State of inversion that is desired.
detectFirst (Optional)
Type: SystemBoolean
if set to true [detect first].

Return Value

Type: Boolean
Final state of inversion
See Also