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#
public TEntity[] GetAllClustersCentroids()
Visual Basic (Declaration)
Public Function GetAllClustersCentroids As TEntity()
Visual C++
public:
virtual array<TEntity>^ GetAllClustersCentroids() sealed

Return Value

An array of all the clusters centroids

Implements

IDataAccessor<(Of <(TEntity>)>)..::.GetAllClustersCentroids()()()

See Also