Click or drag to resize

ClusterAnalysisUpdate(DataFrame, DistanceFunction) Method

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void Update(
	DataFrame data,
	DistanceFunction distance
)

Parameters

data  DataFrame
A matrix of data. Each row in the matrix represents an object to be clustered.
distance  DistanceFunction
A delegate for computing the distance between individual objects.
Remarks
The DistanceFunction property on this object is set with the given distance delegate.
See Also