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