←Select platform

KMeansCommandFlags Enumeration

Summary

Represents which initialization algorithm to use for the KMeansCommand.

Syntax
C#
VB
Objective-C
C++
Java
public enum KMeansCommandFlags   
Public Enum KMeansCommandFlags  
typedef NS_OPTIONS(NSUInteger, LTKMeansCommandFlags) 
public enum KMeansCommandFlags 
public enum class KMeansCommandFlags   

Members
ValueMemberDescription
1KMeans_Random Use a Random sampling algorithm to set the initial means.
2KMeans_Uniform Use a Uniform sampling algorithm to set the initial means.
3KMeans_UserDefined Use an array of user-defined initial centers to set the initial means.

Example

Refer to the KMeansCommand example.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly