Gets the adjacency matrix. The Adjacency Matrix is a symmetric matrix whose i, jth value is 1 if columns i and j of the factored matrix are in the same cluster, and 0 if they are not.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public ConnectivityMatrix Connectivity { get; }
Visual Basic (Declaration)
Public ReadOnly Property Connectivity As ConnectivityMatrix
Visual C++
public:
property ConnectivityMatrix^ Connectivity {
	ConnectivityMatrix^ get ();
}

See Also