KMeansInitType Fields |
The KMeansInitType type exposes the following members.
| Name | Description | |
|---|---|---|
| PPCenters |
Uses k-Means++ algorithm for initialization
| |
| RandomCenters |
Chooses random centers for k-Means initialization
| |
| UseInitialLabels |
Uses the user-provided labels for K-Means initialization
| |
| value__ |