 | 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.
Syntaxpublic void normalizeNodeWeights(
bool minToZero = false
)
Request Example
View SourceParameters
- 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