←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
Java
Objective-C
WinRT C#
C++
public KMeansCommandFlags Type { get; set; } 
@property (nonatomic, assign) LTKMeansCommandFlags type 
public KMeansCommandFlags getType() 
public void setType(KMeansCommandFlags value) 
             
 <br/>get_Type();<br/>set_Type(value);<br/>Object.defineProperty('Type');  

Property Value

One of the KMeansCommandFlags enumeration members.

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