Clustering Categorical Data Using Community Detection Techniques
1Institute of Research and Development, Duy Tan University, P809 7/25 Quang Trung, Danang 550000, Vietnam.
Computational Intelligence and Neuroscience
|February 13, 2018
Summary
This study introduces CD-Clustering, a new method for categorical data clustering that uses community detection to find initial cluster centers. This approach improves accuracy and efficiency compared to traditional k-modes initialization.
Area of Science:
- Data Science
- Computer Science
- Machine Learning
Background:
- The k-modes algorithm offers efficient clustering for categorical data.
- Random initialization in k-modes often requires multiple trials for optimal results.
- Existing deterministic initialization methods improve clustering cost but vary in heuristic approaches.
Purpose of the Study:
- To propose a novel initialization strategy for the k-modes algorithm using community detection.
- To enhance the accuracy and efficiency of categorical data clustering.
- To provide an alternative to existing k-modes initialization techniques.
Main Methods:
- Constructing an unweighted graph from categorical data.
- Applying a fast community detection technique to identify cohesive node groups.
- Selecting the top-k detected communities as initial cluster centers (k-modes).
Main Results:
- CD-Clustering outperforms existing k-modes initialization methods.
- The proposed method shows superior performance in accuracy, precision, and recall across ten real-world datasets.
- Community detection provides a robust approach for initializing k-modes.
Conclusions:
- CD-Clustering offers a more effective and accurate initialization for k-modes algorithm.
- Community detection is a promising perspective for categorical data clustering.
- The method enhances the reliability of k-modes clustering for real-world applications.
Related Concept Videos
How Data are Classified: Categorical Data
45.3K
A variable, usually notated by capital letters such as X and Y, is a characteristic or measurement that can be determined for each member of a population. Data are the actual values of variables. They may be numbers, or they may be words. Datum is a single value.
Data are classified based on whether they are measurable or not. Categorical data cannot be measured; instead, it can be divided into categories. For example, if Y denotes a person's party affiliation, some examples of Y include...
Data are classified based on whether they are measurable or not. Categorical data cannot be measured; instead, it can be divided into categories. For example, if Y denotes a person's party affiliation, some examples of Y include...
45.3K
What are Populations and Communities?
38.0K
Overview
38.0K
Cluster Sampling Method
14.9K
Appropriate sampling methods ensure that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
14.9K
Vesicular Tubular Clusters
3.3K
After budding out from the ER membrane, some COPII vesicles lose their coat and fuse with one another to form larger vesicles and interconnected tubules called vesicular tubular clusters or VTCs. These clusters constitute a compartment at the ER-Golgi interface known as ERGIC (Endoplasmic Reticulum Golgi Intermediate Compartment). The ERGIC is a mobile membrane-bound cargo transport system that sorts proteins secreted from ER and delivers them to the Golgi.
With the help of motor proteins such...
With the help of motor proteins such...
3.3K
Community Based Intervention
492
Community-based interventions in mental health represent a paradigm shift from institution-centered care to treatments embedded within the fabric of local communities. By prioritizing inclusion and leveraging existing societal structures, this approach fosters a supportive environment conducive to addressing mental health challenges while promoting individual dignity and agency.
Foundations of Community Mental Health Programs
Central to the success of community-based interventions is the...
Foundations of Community Mental Health Programs
Central to the success of community-based interventions is the...
492
Statistical Inference Techniques in Hypothesis Testing: Parametric Versus Nonparametric Data
498
Statistical inference techniques, paramount in hypothesis testing, differentiate into two broad categories: parametric and nonparametric statistics.
Parametric statistics, as the name suggests, assumes that data follow a specific distribution, often a normal distribution. This assumption enables robust hypothesis testing and estimation. Parametric methods, like the Student's t-test or Goodness-of-fit test, are frequently employed in biostatistics due to their robustness. For instance,...
Parametric statistics, as the name suggests, assumes that data follow a specific distribution, often a normal distribution. This assumption enables robust hypothesis testing and estimation. Parametric methods, like the Student's t-test or Goodness-of-fit test, are frequently employed in biostatistics due to their robustness. For instance,...
498


