ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Determine method of center initialization for EM algorithm.
[ILNumerics Core Module]
Namespace: ILNumerics.Toolboxes
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
KMeans_random | 0 | Use the kmeans algorithm, choose random samples as centers for start. | |
KMeans_firstK | 1 | Use the kmeans algorithm, choose first k samples as centers for start. | |
User | 2 | Provide custom centers in the 'InitCenter' argument. |
Remarks
[ILNumerics Core Module]
See Also