Field | Description |
---|
Name | the name of the folder containing all files. There is a link to a zipped file when all following files are present. |
Lines | the number of instances in the database |
Att. | the number of attributes for every instances |
Cont. | the number of continuous attributes |
nClass | the number of class |
Missing | informations about the missing values |
.data | the original data file |
.names | informations about the data file |
.col | informations about the attributes.
See here
for details about the binarization process |
.dico | the dictionnary of all attributes (see above) |
.bin | the result of the binarization process
(instances can be reordered so that lines with missing values are at
the end of the file, the class column is set to the first column) |
.traduc | the translation file |
.desc | the description file, used for classification tasks |
.occ | the co-occurrence matrix |