A Tutorial on Clustering Algorithms
Introduction | K-means | Fuzzy C-means | Hierarchical | Mixture of Gaussians | Links
Fuzzy C-Means - Interactive demo
This applet requires Java Runtime Environment version 1.3 or later. You can download it from the Sun Java website.
GETTING STARTED
|
NOTE: The value of the membership function is computed only in the points where there is a datum. The tracing of the function is then obtained with a linear interpolation of the previously computed values. As a result, you get a broken line that is slightly different from the real membership function. In particular the peak of the drawn function could not correspond to the real one. This is why in some cases peaks and centroids are placed in different positions. |