Summary
Clustering is used to organize data for efficient retrieval. A popular technique for clustering is based on k-Means such that the data is partitioned into k clusters. In k-Means clustering a set of n data points in d-dimensional space R^sup d^, an integer k is given and the problem is to determine a set of k-points in R^sup d^ called centers, to minimize the mean squared distance from each point to its nearest center. In this method, the number of clusters is predefined and the technique is highly dependent on the initial identification of elements that represent the clusters well. A large area of research in clustering has focused on improving the clustering process such that the clusters are not dependent on the initial identification of cluster representation. In this paper, a modified technique, which grows the clusters without the need to specify the initial cluster representation, has been proposed. Initially a local search single swap heuristic can identify the number of clusters and its centers in the interpolated (bicubic) multispectral image. Then the regular k-Means clustering is implemented using the results of the previous process for the true image data set. The technique achieves an impressive speed up of the clustering process even when the number of clusters is not specified initially and the classification accuracy is improved within a fewer number of iterations.
See the full content of this document
Extract
Multispectral Image Classification Using Modified K-Means Algorithm
1. Introduction
Clustering analysis is a fundamental but important tool in statistical data analysis. In the past the clustering techniques have been widely applied in a variety of scientific areas such as pattern recognition, information retrieval, microbiology analysis and so forth. One of the earliest clustering techniques in the literature is the k- Means cluster...See the full content of this document
Sponsored links
