←Select platform

Type Property

Summary

Gets or sets the flag that determines which initializing algorithm to use when choosing the initial centers for the output clusters.

Syntax
C#
VB
Objective-C
C++
Java
public KMeansCommandFlags Type { get; set; } 
Public Property Type As KMeansCommandFlags 
@property (nonatomic, assign) LTKMeansCommandFlags type 
public KMeansCommandFlags getType() 
public void setType(KMeansCommandFlags value) 
public: 
property KMeansCommandFlags Type { 
   KMeansCommandFlags get(); 
   void set (    KMeansCommandFlags ); 
} 

Property Value

One of the KMeansCommandFlags enumeration members.

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