The Fuzzy C-Means (FCM) clustering algorithm [11] is an extension of the k-Means algorithm. The main difference is that Fuzzy C-Means allows each pattern of the image to be associated with every cluster using a fuzzy membership function (in contrast with k-Means, where each pattern belongs to one and only one cluster). The introduction of such fuzziness has two effects [78]:
In our implementation, the function criterion minimized by the algorithm is defined by:
(2.11) |
For mammographic mass segmentation purposes, the Fuzzy C-Means algorithm has been applied by Velthuizen [185] and Chen and Lee [29] who again only used grey-level features. As for the c1 approach, the c2 implementation is based on additional features. To perform a realistic comparison, we used the same features for both algorithms.