Clusters the given data, using the current Distance and Linkage delegates.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public void Update(
	DoubleMatrix data
)
Visual Basic (Declaration)
Public Sub Update ( _
	data As DoubleMatrix _
)
Visual C++
public:
void Update(
	DoubleMatrix^ data
)

Parameters

data
Type: CenterSpace.NMath.Core..::.DoubleMatrix
A matrix of data. Each row in the matrix represents an object to be clustered.

See Also