Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
NetworkRemoveEdge Method |
Removes the given Connection from the network and updates weights.
Namespace: Comuna
Assembly: Comuna (in Comuna.dll) Version: 1.0.0
Syntax
C#
public bool RemoveEdge( Connection connection )
Parameters
- connection
- Type: ComunaConnection
The connection to be removed.
Return Value
Type: BooleanA Boolean indicating whether the connection was successfully removed.
See Also