Click or drag to resize

ConnectivityMatrix(DoubleVector, Int32, IEnumerableString) Constructor

Constructs a ConnectivityMatrix instance from the specified data and lables for those items.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public ConnectivityMatrix(
	DoubleVector data,
	int order,
	IEnumerable<string> labels
)

Parameters

data  DoubleVector
The matrix data. See class description for format.
order  Int32
The size of the square matrix (order x order).
labels  IEnumerableString
Item labels. The ith item will be associated with the ith label.
See Also