3 classification algorithms implemented and tested on 4 datasets.
Performance of all classifiers is validated using 10-fold Cross Validation.
Accuracy, Precision, Recall, and F-1 measure of the classifiers is reported.
Dataset | Objects | Number of Classes |
---|---|---|
dataset1 | 569 | 2 |
dataset2 | 462 | 2 |
demo-dataset-1 | 150 | 2 |
demo-dataset-2 | 6 | 2 |
Each row represents a gene:
- Each line represents an object
- Last column is the class label
- Rest of the columns represent feature values, each of them can be a real-value (continuous type) or a string (nominal type)