tfmri.metrics
Contents
tfmri.metrics¶
Keras metrics.
Classes¶
Computes accuracy. |
|
Abstract base class for metrics derived from the confusion matrix. |
|
Computes F-1 score. |
|
Computes F-beta score. |
|
Computes the intersection-over-union (IoU) metric. |
|
Computes the negative predictive value (NPV). |
|
Peak signal-to-noise ratio (PSNR) metric. |
|
Computes the positive predictive value (PPV). |
|
Structural similarity index (SSIM) metric. |
|
Multiscale structural similarity index (MS-SSIM) metric. |
|
Computes the true negative rate (TNR). |
|
Computes the true positive rate (TPR). |
|
Computes Tversky index. |