Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

KMeansCommandFlags Enumeration








Represents which initialization algorithm to use for the KMeansCommand.
Syntax
'Declaration
 
Public Enum KMeansCommandFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As KMeansCommandFlags
public enum KMeansCommandFlags : System.IComparable, System.IConvertible, System.IFormattable  
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 : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.KMeansCommandFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

Error processing SSI file