Skip to content

aungpyaeap/Weighted-Mixed-Distance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contributions welcome Best Paper Award

Weighted Mixed Distance (WMD) [paper]

Paper title: A Distance Metric for Clustering Mixed Data Using Graph-Based Feature Influence Balancing Approach

This repository presents the Weighted Mixed Distance (WMD) metric, an approach for clustering datasets containing both numerical and categorical features. WMD improves clustering quality by adjusting feature influence using a graph-based unsupervised method.

Example of use

MATLAB code wmd(points, WR, WC) function returns $n \times n$ symmetric matrix.

[WR, WC, LS_Table] = getweights(points);
D = wmd(points, WR, WC);
disp(D);

Cite as

@INPROCEEDINGS{11167150,
  author={Pyae, Aung and Low, Yeh-Ching and Chua, Hui Na},
  booktitle={2025 IEEE 7th Symposium on Computers & Informatics (ISCI)}, 
  title={A Distance Metric for Clustering Mixed Data Using Graph-Based Feature Influence Balancing Approach}, 
  year={2025},
  volume={},
  number={},
  pages={59-64},
  keywords={Measurement;Couplings;Laplace equations;Data analysis;Clustering methods;Indexes;Informatics;Unsupervised learning;Information integrity;clustering;similarity measure;mixed data;unsupervised learning},
  doi={10.1109/ISCI65687.2025.11167150}}

About

A Distance Metric for Clustering Mixed Data Using Graph-Based Feature Influence Balancing Approach.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages