|  | OrderedConnectivityMatrixPermutationVector Property | 
            Gets the permutation vector of the node labels of the leaves of the 
            dendrogram corresponding the hierarchical cluster analysis. Labels
            are zero based. The permutation vector, p, is used to reorder the 
            connectivity matrix as follows: if A is the original connectivity matrix
            and C is the ordered connectivity matrix
            then C[i,j] = A[p[i],p[j]].
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic int[] PermutationVector { get; }Public ReadOnly Property PermutationVector As Integer()
	Get
public:
property array<int>^ PermutationVector {
	array<int>^ get ();
}member PermutationVector : int[] with get
Property Value
Int32 See Also
See Also