| eve(): | The function allowing to compute the
eigenvalues entropy measure. |
| eve.mmatt(): | This function allows to compute a
modified confusion matrix |
| which is useful for imbalanced problem. |
| eve.bounds(): | This function allows to compute
lower and upper bound values for the eigenvalues |
| used to get the EVE evaluation measure. |
| eve.eigens(): | This function gives access to
the eigenvalues used to get the EVE evaluation measure. |
| eve.bival(): | This function allows to compute the
sensitivity, the specificity, the precision, the |
| Fowlkes and Mallows index, the F1-score and the area
under the ROC curve, for a binary problem. |
| eve.acc(): | The function computes the accuracy. |
| eve.nmi(): | This function computes the normalized
mutual information value. |
| eve.mcc(): | This function computes the Matthews
correlation coefficient, a shifted value is returned. |
| eve.kappa(): | This function computes the Cohen's
Kappa measure value. |
| eve.cen(): | This function computes the confusion
entropy of the misclassification. |
| A shifted value is
returned. |
| eve.mcen(): | This function compute the modified
confusion entropy of the misclassification. |
| A shifted
value is returned. |
| m2two(): | This function converts a multiclass
confusion matrix into a binary confusion matrix. |
| m2two.k(): | This function allows to get a confusion
matrix of the comparison of one class |
| (k) versus the
others. |