This repository contains codes for the paper:
A New and Effective Dimension– and Grey Theory Correlation-based Fuzzy C-Means Method for Imputing Incomplete Data
- At least Python 3.7
- Python packages:
- numpy
- scikit-learn
- pyclustering
- munkres
- fcmeans
python DGC_main.py [-d DATASET]
- Please put the dataset under /data folder.
- The default for DATASET is iris dataset.