Click or drag to resize

OrderedConnectivityMatrixElementDistance Delegate

Given an entry aij in the connectivity matrix A, this delegate must return the distance between the elements i and j to be used for performing the hierarchical cluster analysis.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public delegate double ElementDistance(
	int i,
	int j
)

Parameters

i  Int32
ith element.
j  Int32
jth element.

Return Value

Double
See Also