Click or drag to resize

freeGraphnormalizeNodeWeights Method

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

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

Parameters

minToZero (Optional)
Type: SystemBoolean
if set to true it will remap minimum to zero, otherwise it will just scale down to have max at 1.
See Also