paper-with-me

홈 › Papers

A matching based clustering algorithm for categorical data

2018-12-09 · Ruben A. Gevorgyan, Yenok B. Hakobyan

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 matrix and a framework for updating the latter using the feature importance criteria. The experimental results show this algorithm can serve as an alternative to existing ones and can be an efficient knowledge discovery tool.

📄 PDF Abstract BibTeX arXiv:1812.03469

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringFeature Importance

Similar Papers 제목 키워드 기반

Similarity-based Distance for Categorical Clustering using Space Structure

2020-11-19 · Utkarsh Nath, Shikha Asrani, Rahul Katarya

Clustering is spotting pattern in a group of objects and resultantly grouping the similar objects together. Objects have attributes which are not always numerical, sometimes attributes have domain or categories to which …

Clustering

Categorical data clustering: 25 years beyond K-modes

2024-08-30 · Tai Dinh, Wong Hauchi, Philippe Fournier-Viger, Daniil Lisik 외

The clustering of categorical data is a common and important task in computer science, offering profound implications across a spectrum of applications. Unlike purely numerical data, categorical data often lack inherent …

Categorical data clusteringClustering

Significance-Based Categorical Data Clustering

2022-11-08 · Lianyu Hu, Mudi Jiang, Yan Liu, Zengyou He

Although numerous algorithms have been proposed to solve the categorical data clustering problem, how to access the statistical significance of a set of categorical clusters remains unaddressed. To fulfill this void, we …

Categorical data clusteringClustering

Spectral Clustering of Categorical and Mixed-type Data via Extra Graph Nodes

2024-03-08 · Dylan Soemitro, Jeova Farias Sales Rocha Neto

Clustering data objects into homogeneous groups is one of the most important tasks in data mining. Spectral clustering is arguably one of the most important algorithms for clustering, as it is appealing for its theoretic…

Clustering

Evaluating Deep Clustering Algorithms on Non-Categorical 3D CAD Models

2024-04-29 · Siyuan Xiang, Chin Tseng, Congcong Wen, Deshana Desai 외

We introduce the first work on benchmarking and evaluating deep clustering algorithms on large-scale non-categorical 3D CAD models. We first propose a workflow to allow expert mechanical engineers to efficiently annotate…

BenchmarkingClusteringDeep Clustering