Click or drag to resize

ClusterAnalysis(DoubleMatrix, LinkageFunction) Constructor

Constructs a ClusterAnalysis instance from the given data, using the given distance delegates.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public ClusterAnalysis(
	DoubleMatrix data,
	LinkageFunction linkageFunction
)

Parameters

data  DoubleMatrix
A matrix of data. Each row in the matrix represents an object to be clustered.
linkageFunction  LinkageFunction
A delegate for computing the distance between clusters.
Remarks
Uses the current default distance function.
See Also