A matching based clustering algorithm for categorical data
Ruben A. Gevorgyan, Yenok B. Hakobyan

TL;DR
This paper introduces a novel clustering algorithm for categorical data that relies on similarity matrices instead of traditional distance measures, addressing unique challenges posed by unordered categorical features.
Contribution
The paper proposes a matching-based clustering framework specifically designed for categorical data, avoiding the use of distance measures and incorporating feature importance for updates.
Findings
Effective clustering of categorical data demonstrated
Outperforms some existing algorithms in efficiency
Suitable for knowledge discovery tasks
Abstract
Cluster analysis is one of the essential tasks in data mining and knowledge discovery. Each type of data poses unique challenges in achieving relatively efficient partitioning of the data into homogeneous groups. While the algorithms for numeric data are relatively well studied in the literature, there are still challenges to address in case of categorical data. The main issue is the unordered structure of categorical data, which makes the implementation of the standard concepts of clustering algorithms difficult. For instance, the assessment of distance between objects, the selection of representatives for categorical data is not as straightforward as for continuous data. Therefore, this paper presents a new framework for partitioning categorical data, which does not use the distance measure as a key concept. The Matching based clustering algorithm is designed based on the similarity…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Clustering Algorithms Research · Data Management and Algorithms · Data Mining Algorithms and Applications
