Constructs a ConnectivityMatrix instance with the specified number of
items and lables for those items.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public ConnectivityMatrix( int order, IEnumerable<string> labels ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ order As Integer, _ labels As IEnumerable(Of String) _ ) |
| Visual C++ |
|---|
public: ConnectivityMatrix( int order, IEnumerable<String^>^ labels ) |
Parameters
- order
- Type: System..::.Int32
The number of items. the resulting matrix will be of dimension order x order.
- labels
- Type: System.Collections.Generic..::.IEnumerable<(Of <(String>)>)
Item labels. The ith item will be associated with the ith label.