Network.Weights Property

Comuna.NET

NetworkWeights Property

Gets the weights associated with each node in this network.

Namespace:  Comuna
Assembly:  Comuna (in Comuna.dll) Version: 1.0.0
Syntax
C#
public IReadOnlyDictionary<uint, double> Weights { get; }
Request Example View Source

Property Value

Type: IReadOnlyDictionaryUInt32, Double
See Also