ISmKmeansClusterAnalysis.ExcludeRepeated

Fore Syntax

ExcludeRepeated: Boolean;

Fore.NET Syntax

ExcludeRepeated: boolean;

Description

The ExcludeRepeated property determines whether repeated elements are excluded from the sample before clustering.

Comments

The property is relevant if ISmKmeansClusterAnalysis.IsFuzzy = False. Additional processing influences the calculation time. Taking into account repeated elements influences coordinates of cluster centers.

Available values:

Fore and Fore.NET Example

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

See also:

ISmKmeansClusterAnalysis