Updates the centroid of a given cluster

Namespace:  Cloudster
Assembly:  Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void SetClusterCentroid(
	int cluster,
	TEntity centroid
)
Visual Basic (Declaration)
Public Sub SetClusterCentroid ( _
	cluster As Integer, _
	centroid As TEntity _
)
Visual C++
public:
virtual void SetClusterCentroid(
	int cluster, 
	TEntity centroid
) sealed

Parameters

cluster
Type: System..::.Int32
The cluster
centroid
Type: TEntity
The new centroid

Implements

IDataAccessor<(Of <(TEntity>)>)..::.SetClusterCentroid(Int32, TEntity)

See Also