In order to obtain our results on synthetic datasets, please run fuzzy_sim.py on Python. 

In order to obtain our results on Iris or Wine datasets, please run fuzzy_iris_wine.py. The current version of the code can be used to run our algorithms on the Iris dataset. But if load_iris() is converted to load_wine(), the code will run on the Wine dataset. 

In order to obtain our results on the Breast Cancer dataset, please run fuzzy_breast_cancer.py