Updates the centroid of a given cluster. If a concurrent update holds during this update, the second one is ignored.

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

Syntax

C#
public void UpdateClusterCentroid(
	int cluster,
	Guid centroid
)
Visual Basic (Declaration)
Public Sub UpdateClusterCentroid ( _
	cluster As Integer, _
	centroid As Guid _
)
Visual C++
public:
void UpdateClusterCentroid(
	int cluster, 
	Guid centroid
)

Parameters

cluster
Type: System..::.Int32
Target cluster.
centroid
Type: System..::.Guid
New centroid to affect.

See Also