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
Connection Class
Connection Constructor
Connection Properties
Connection Methods
Connection Operators
Connection Constructor
Creates a new
Connection
linking the given source and target with the associated weight.
Namespace:
Comuna
Assembly:
Comuna (in Comuna.dll) Version: 1.0.0
Syntax
C#
Copy
public
Connection
(
uint
source
,
uint
target
,
double
weight
= 1 )
Request Example
View Source
Parameters
source
Type:
System
UInt32
The source of the connection.
target
Type:
System
UInt32
The target of the connection.
weight
(Optional)
Type:
System
Double
The weight associated with the connection.
See Also
Reference
Connection Class
Comuna Namespace
Copyright (c) 2018 Pedro Sequeira