band_limits.m  : contains the lower and upper limits of bandwidths 
                 and also the information on number of bandwidths. 

datafile.m     : contains the training and the test (if exists) sets.

errorrate.m    : calculates the leave-one-out error rates for pairwise
                 classifications.   

greyscale.m    : produces six grey-scale plots for classification of a
                 specific observation. The plots are on (i) posterior
                 probability (ii) p-value (iii) misclassification rate
                 (iv) weight function (v) super-imposed posterior (vi)
                 super-imposed p-value. 

observation.m  : contains the observation for which the greyscale values 
                 are to be plotted

observation.out: it is generated by the program 'greyscale.m', contains
                 information about porteriors and p-vlues (both for cross
                 validation method and the aggregated classifier)
   
prior.m        : contains the prior probabilities of different classes.

siz.m          : it is generated by the program 'errorrate.m', contains
                 error rates for different pairwise classifications

