Click or drag to resize

freeGraphnormalizeLinkWeights Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Normalizes the link weights.

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void normalizeLinkWeights(
	bool minToZero = false
)
Request Example View Source

Parameters

minToZero (Optional)
Type: SystemBoolean
if set to true [minimum to zero].
See Also