Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
Comuna
Network Class
Network Methods
AddEdge Method
AddVertex Method
Clear Method
ClearConnections Method
ClearNodes Method
Dispose Method
LoadFromCsv Method
RemoveEdge Method
RemoveVertex Method
SaveToCsv Method
ToString Method
Network
RemoveVertex 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#
Copy
public
bool
RemoveVertex
(
uint
node
)
Request Example
View Source
Parameters
node
Type:
System
UInt32
The node to be removed.
Return Value
Type:
Boolean
A
Boolean
indicating whether the node was successfully removed.
See Also
Reference
Network Class
Comuna Namespace
Copyright (c) 2018 Pedro Sequeira