You are here: Start » AVL.NET » KMeansClusteringMethod Enumeration
KMeansClusteringMethod Enumeration
Possible methods of KMeans clustering.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Members
| Member name | Description |
|---|---|
| KMeansPlusPlus | Generates candidate centroids using KMeans++ method, and passes them to Lloyds algorithm. |
| KMeans | Plain - uses Lloyds algorithm. |
