Gets 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#
TEntity GetClusterCentroid(
	int cluster
)
Visual Basic (Declaration)
Function GetClusterCentroid ( _
	cluster As Integer _
) As TEntity
Visual C++
TEntity GetClusterCentroid(
	int cluster
)

Parameters

cluster
Type: System..::.Int32
The cluster

Return Value

The centroid of the given cluster

See Also