ISmKmeansClusterAnalysis.KModesDistance

Fore Syntax

KModesDistance: KModesDistanceType;

Fore.NET Syntax

KModesDistance: Prognoz.Platform.Interop.Stat.KModesDistanceType;

Description

The KModesDistance property determines the method of calculating distances between objects on clustering by the K-mode method.

Comments

To determine value clustering algorithm, use the ISmKmeansClusterAnalysis.Modification property.

Fore and Fore.NET Example

The property use is given in the example for ISmKmeansClusterAnalysis.FuzzyMembership.

See also:

ISmKmeansClusterAnalysis