paper-with-me

Papers

initKmix -- A Novel Initial Partition Generation Algorithm for Clustering Mixed Data using k-means-based Clustering

2019-01-31 · Amir Ahmad, Shehroz S. Khan

Mixed datasets consist of both numeric and categorical attributes. Various k-means-based clustering algorithms have been developed for these datasets. Generally, these algorithms use random partition as a starting point, which tends to produce different clustering results for different runs. In this paper, we propose, initKmix, a novel algorithm for finding an initial partition for k-means-based clustering algorithms for mixed datasets. In the initKmix algorithm, a k-means-based clustering algorithm is run many times, and in each run, one of the attributes is used to create initial clusters for that run. The clustering results of various runs are combined to produce the initial partition. This initial partition is then used as a seed to a k-means-based clustering algorithm to cluster mixed data. Experiments with various categorical and mixed datasets showed that initKmix produced accurate and consistent results, and outperformed the random initial partition method and other state-of-the-art initialization methods. Experiments also showed that k-means-based clustering for mixed datasets with initKmix performed similar to or better than many state-of-the-art clustering algorithms for categorical and mixed datasets.

📄 PDF Abstract BibTeX arXiv:1902.00127

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

A-Ward_p\b{eta}: Effective hierarchical clustering using the Minkowski metric and a fast k -means initialisation

2016-11-03 · Renato Cordeiro de Amorim, Vladimir Makarenkov, Boris Mirkin

In this paper we make two novel contributions to hierarchical clustering. First, we introduce an anomalous pattern initialisation method for hierarchical clustering algorithms, called A-Ward, capable of substantially red…

Clustering

Probabilistic Partitive Partitioning (PPP)

2020-03-09 · Mujahid Sultan

Clustering is a NP-hard problem. Thus, no optimal algorithm exists, heuristics are applied to cluster the data. Heuristics can be very resource-intensive, if not applied properly. For substantially large data sets comput…

Clustering

PASCO (PArallel Structured COarsening): an overlay to speed up graph clustering algorithms

2024-12-18 · Etienne Lasalle, Rémi Vaudaine, Titouan Vayer, Pierre Borgnat 외

Clustering the nodes of a graph is a cornerstone of graph analysis and has been extensively studied. However, some popular methods are not suitable for very large graphs: e.g., spectral clustering requires the computatio…

ClusteringComputational EfficiencyGraph Clustering

An Efficient Method of Partitioning High Volumes of Multidimensional Data for Parallel Clustering Algorithms

2016-09-20 · Saraswati Mishra, Avnish Chandra Suman

An optimal data partitioning in parallel & distributed implementation of clustering algorithms is a necessary computation as it ensures independent task completion, fair distribution, less number of affected points and b…

Clustering

An Effective Evolutionary Clustering Algorithm: Hepatitis C Case Study

2014-02-27 · M. H. Marghny, Rasha M. Abd El-Aziz, Ahmed I. Taloba

Clustering analysis plays an important role in scientific research and commercial application. K-means algorithm is a widely used partition method in clustering. However, it is known that the K-means algorithm may get st…

ClusteringMissing Values