Click or drag to resize

ClusterAnalysisUpdate(DoubleMatrix, LinkageFunction) Method

Clusters the given data, using the current distance delegate and the given linkage delegate.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Update(
	DoubleMatrix data,
	LinkageFunction linkage
)

Parameters

data  DoubleMatrix
A matrix of data. Each row in the matrix represents an object to be clustered.
linkage  LinkageFunction
A delegate for computing the distance between clusters.
Remarks
The LinkageFunction property on this object is set with the given linkage delegate.
See Also