Seeding Enumeration |
Namespace: Accord.MachineLearning
Member name | Value | Description | |
---|---|---|---|
Fixed | 0 | Do not perform initialization. | |
Uniform | 1 | Randomly sample points to become centroids. | |
KMeansPlusPlus | 2 | Use the kmeans++ seeding algorithm for generating initial centroids. | |
PamBuild | 3 | Use the PAM BUILD algorithm for generating initial centroids. |
Accord.NET Framework © 2009-2017. All documentation is licensed under the Creative Commons Attribution/Share-Alike License.