Click or drag to resize

NMFClusteringAlgConnectivity Property

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.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public ConnectivityMatrix Connectivity { get; }

Property Value

ConnectivityMatrix
See Also