Description Usage Arguments Value Author(s) Examples
This function calculates several classification related metrics. It uses the original and the predicted samples' labels to quantify the quality of the classification process. Those meassures give us a direct outlook of the selected "genes" and how well discriminate between two phenotypes.
1 | metrics(classLbls, predLbls)
|
classLbls |
The initial class labels. |
predLbls |
The predicted class labels. |
AUC |
The Area Under the ROC curve as a degree of samples discrimination |
Accuracy |
The classification accuracy |
MCC |
The MCC classification meassure |
Specificity |
The degree of true negative's identification |
Sensitivity |
The degree of true positive's identification |
Argiris Sakellariou
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.