| accuracy |
The overall classification accuracy |
| acc_std |
The standard deviation of the overall classification accuracy |
| recall_p |
The recall for the positive class |
| r_p_std |
The standard deviation of the recall for the positive class |
| precision_p |
The precision for the positive class |
| p_p_std |
The standard deviation of the precision for the positive class |
| f1_p |
The F1-measure for the positive class |
| f1_p_std |
The standard deviation of the F1-measure for the positive class |
| recall_n |
The recall for the negative class |
| r_n_std |
The standard deviation of the recall for the negative class |
| precision_n |
The precision for the negative class |
| p_n_std |
The standard deviation of the precision for the negative class |
| f1_n |
The F1-measure for the negative class |
| f1_n_std |
The standard deviation of the F1-measure for the negative class |
| tp |
True positive |
| tn |
True negative |
| fp |
False positive |
| fn |
False negative |
| C1 |
The value of the first penalty parameter for TwinSVM |
| C2 |
The value of the second penalty parameter for TwinSVM |
| gamma |
The value of RBF kernel’s parameter |