Codes of related clustering methods used for comparison:
1. Self-organizing map:
SOM.c 2. Robust rough fuzzy c-means:
RRFCM.c 3. Rough fuzzy possibilistic c-means:
FRPCM.c 4. Rough possibilistic c-means:
RPCM.c 5. Fuzzy c-means method:
FCM.c 6.
Affinity propagation method: AP method 7. Method of
c-medoids:
cmediod.m
The
main programs SOM.c, RRFCM.c, FRPCM.c, RPCM.c and FCM.c include a
header file, "normalization.h". For compiling the programs individually,
the main program and the header file should be placed in a single
folder. Here, we enter the number of patterns, features and clusters
available with the data in the main program of each method. The
clustering solutions of every method
are saved in a text file titled "output_clusters.txt". Two renowned cluster evaluation measures, DBindex.c and Dunindex.c, as examples, are provided to evaluate the solutions.
Note:
The parameters of the related clustering methods used for
comparison are described in lines 5-17, Section V-B-3. The values
of parameters for all the methods for different data sets can
be chosen as shown in TABLES III-V, pages 8-10 of the article.
Codes of related feature (gene) selection methods used for comparison:
1. Algorithm 1: This is a gene selection method which uses Ufrfs.c (mentioned above) and the output cluster of SOM.
2.
Unsupervised Fuzzy Rough Dimensionality Reduction (UFRDR): The code for
this method is available with WEKA software, downloadable at
http://users.aber.ac.uk/rkj/book/weka.zip . This weblink is available at
http://users.aber.ac.uk/rkj/book/programs.php .
3. Unsupervised Feature Selection Using Feature Similarity (
UFRFS): The Matlab code for this algorithm is available at http://cse.iitkgp.ac.in/ pabitra/paper.html.
4. Fuzzy-Rough Mutual Information based Method (
FRMIM.c): The c-code for FRMIM is downloadable at http://www.isical.ac.in/ pmaji/important.html.
5.
Correlation based Feature Selection (CFS): The code for this
method is available with WEKA software, downloadable at
http://users.aber.ac.uk/rkj/book/weka.zip . This weblink is available at
http://users.aber.ac.uk/rkj/book/programs.php .
Note: The parameters of all the feature selection methods are selected as in a supplementary file available at http://avatharamg.webs.com/GSOM-UFRFS.pdf .