Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
![]() | NetworkWeights Property |
Gets the weights associated with each node in this network.
Namespace: Comuna
Assembly: Comuna (in Comuna.dll) Version: 1.0.0

C#
public IReadOnlyDictionary<uint, double> Weights { get; }
Property Value
Type: IReadOnlyDictionaryUInt32, Double