Ahmed Rezeq edited Related_workTraditional_Clustering_algorithms_can__.html  over 8 years ago

Commit id: f6768b5f86518793b27b9bba0b6aeb7a5b2e0a2f

deletions | additions      

       

Related work

Traditional Clustering algorithms can be categorized into four groups: partition clustering, hierarchical clustering, density-based clustering and grid-based clustering. In partitioning clustering category, data is split into k partitions (clusters) using an iterative relocation process in order to enhance the similarity of each partition. Hierarchical clustering is the next category where data is clustered in a hierarchical fashion using bottom-up approach or top-down approach. Density-based clustering is another category where clusters are identified using a growing scheme based on a density threshold that neighborhood objects must exceed. Although arbitrary shapes and  shapes   class="squire-citation ltx_cite" data-bib-text="@article{Ghanem_2015, doi = {10.1016/j.jare.2014.02.009},  url = {http://dx.doi.org/10.1016/j.jare.2014.02.009},  year = 2015, 

author = {Tamer F. Ghanem and Wail S. Elkilani and Hatem M. Abdul-kader},  title = {A hybrid approach for efficient anomaly detection using metaheuristic methods},  journal = {Journal of Advanced Research}  }" data-bib-key="Ghanem_2015" style="cursor: pointer" contenteditable="false">(Ghanem 2015) and (Ghanem 2015)  noise can be detected using these clustering methods, they are not scale well with the size of dataset. Finally, Grid-based clustering algorithms partition data space into grid of cells which are combined to form clusters based on neighborhood relations. It is distinguished by fastness but it does not work efficiently in high dimensional space.

 


  class="ltx_tabular ltx_tabular_fullpage">Test




























































Unlike Traditional clustering algorithms, subspace clustering has been proposed to overcome problems arisen from curse of dimensionality phenomena by constructing clusters based on similarities on a subset of attributes (subspace). As a result, some samples may be assigned to multiple clusters. If each sample is assigned to only one cluster based on some subset of attributes, subspace clustering will be called projected clustering.