Gets the centroids of all clusters.

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

Syntax

C#
TEntity[] GetAllClustersCentroids()
Visual Basic (Declaration)
Function GetAllClustersCentroids As TEntity()
Visual C++
array<TEntity>^ GetAllClustersCentroids()

Return Value

An array of all the clusters centroids

See Also