Description
Image segmentation is the classification of an image into different groups. Many kinds of research have been done in the area of image segmentation using clustering. In this article, we will explore u ...
Summary
- Image segmentation is the classification of an image into different groups.
- Clustering algorithms are unsupervised algorithms but are similar to Classification algorithms but the basis is different.
- In addition, increasing K without penalty will always reduce the amount of error in the resulting clustering, to the extreme case of zero error if each data point is considered its own cluster (i.e., when K equals the number of data points, n).
- If an appropriate value of K is not apparent from prior knowledge of the properties of the data set, it must be chosen somehow.