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

Parameters

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

Return Value

The centroid of the given cluster

Implements

IDataAccessor<(Of <(TEntity>)>)..::.GetClusterCentroid(Int32)

See Also