A pure sequential (i.e. using a single role) implementation of the k-means algorithm

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

Syntax

C#
public class SequentialKMeans<TEntity>
where TEntity : Entity
Visual Basic (Declaration)
Public Class SequentialKMeans(Of TEntity As Entity)
Visual C++
generic<typename TEntity>
where TEntity : Entity
public ref class SequentialKMeans

Type Parameters

TEntity
The type of the entities to work with

Inheritance Hierarchy

System..::.Object
  Cloudster..::.SequentialKMeans<(Of <(TEntity>)>)

See Also