Represents which initialization algorithm to use for the KMeansCommand.
public enum KMeansCommandFlags Public Enum KMeansCommandFlags typedef NS_OPTIONS(NSUInteger, LTKMeansCommandFlags) public enum KMeansCommandFlags public enum class KMeansCommandFlags
| Value | Member | Description |
|---|---|---|
| 1 | KMeans_Random | Use a Random sampling algorithm to set the initial means. |
| 2 | KMeans_Uniform | Use a Uniform sampling algorithm to set the initial means. |
| 3 | KMeans_UserDefined | Use an array of user-defined initial centers to set the initial means. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
