←Select platform

KMeansCommandFlags Enumeration

Summary

Represents which initialization algorithm to use for the KMeansCommand.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum KMeansCommandFlags   
Public Enum KMeansCommandFlags  
    
    
public enum KMeansCommandFlags    
typedef NS_OPTIONS(NSUInteger, LTKMeansCommandFlags) 
public enum KMeansCommandFlags 
Leadtools.ImageProcessing.Core.KMeansCommandFlags = function() { }; 
Leadtools.ImageProcessing.Core.KMeansCommandFlags.prototype = {<br/> 
  KMeans_Random = 1, 
    KMeans_Uniform = 2, 
    KMeans_UserDefined = 3, 
     
 }; 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly