ISmKmeansClusterAnalysis.ExcludeRepeated

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:

Example

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

See also:

ISmKmeansClusterAnalysis