The selection of center point is major issue in clustering technique. the center point of cluster decides the quality and validation of clustering technique. for the better selection of clustering technique used different optimization function such as genetic algorithm, particle swarm optimization algorithm and many more algorithm used for center selection process. In this paper present the review of clustering technique for automatic validation and cluster center selection. The process of clustering basically group the data based on feature attribute of data. the selection of features attribute of data based on the process of iteration. Keywords: -Clustering, EA, K-Means, SVM.
I.INTRODUCTION Bunching is the critical stride for some errands in machine learning [5]. Each algorithmic run has its own inclination owing to the upgrades of different criteria. Unsupervised machine learning is naturally an advancement assignment; one is attempting to fit the best model to a specimen of information. The meaning of "best" is unlimited; speculation show with significance to the full universe of information focuses. However machine learning calculations don't comprehend this from the earlier, and instead of depend on heuristic estimations considering the norms of their copy and confinement, for example, integrity of fit with significance to the analysis raw numbers, demonstrate niggardliness, thus on [5]. Undertaking conclusions were custom fitted at last by amplifying/limiting an objective or favorable position. The measurements and unpredictability of change issues that can be clarified in a sensible time has been progressed by the approach of exceptional processing advancements.Cluster by nature are the collection of similar objects. Each group or cluster is homogeneous, i.e., objects belonging to the same group are similar to each other. Also, each group or cluster should be different from other clusters, i.e., objects belonging to one cluster should be different from the objects of other clusters. In order to increase the classification performance for imbalance data streams, many approaches are proposed by improving traditional classification algorithms, for example, the cost-sensitive learning, the resample, the improved SVM, etc. The cost-sensitive learning takes a full consideration for the performance of the minority classification, and can resolve effectively the imbalanced classification in real life. Adel proposed an online ensemble of neural network classifiers for nonstationary and imbalanced data streams [1].Clustering is the process of grouping similar objects, and this could be hard or fuzzy. In hard clustering algorithm, each element is allocated to a single cluster during its operation; however, in fuzzy clustering method, a degree of membership is assigned to each element depending on its degree of association to several other clusters. Clustering problem for unsupervised data exploration and analysis has been investigated for decades in the statistics, image retrieval, bioinformatics, data mi...