ISmKmeansClusterAnalysis.Modification

Fore Syntax

Modification: KMeansModification;

Fore.NET Syntax

Modification: Prognoz.Platform.Interop.Stat.KMeansModification;

Description

The Modification property determines the type of the algorithm in use.

Comments

If Modification = KMeansModification.KMeans, the standard k-means algorithm intended for clustering of numeric values is used. If Modification = KMeansModification.KModes, the k-modes algorithm is used intended for clustering of categorical values.

Fore and Fore.NET Example

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

See also:

ISmKmeansClusterAnalysis