Updates the centroid of a given cluster
Namespace:
CloudsterAssembly: Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void SetClusterCentroid( int cluster, TEntity centroid ) |
Visual Basic (Declaration) |
---|
Public Sub SetClusterCentroid ( _ cluster As Integer, _ centroid As TEntity _ ) |
Visual C++ |
---|
public: virtual void SetClusterCentroid( int cluster, TEntity centroid ) sealed |