ExcludeRepeated: Boolean;
ExcludeRepeated: boolean;
The ExcludeRepeated property determines whether repeated elements are excluded from the sample before clustering.
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:
True. Default value. Repeated elements are excluded from the sample before clustering.
False. Input data is not preprocessed.
The property use is given in the example for ISmKmeansClusterAnalysis.Objects.
See also: