| 105 | |
| 106 | float GST::getTotal() { return AP + AN; }; |
| 107 | float GST::getActualPositive() { return AP; }; |
| 108 | float GST::getActualNegative() { return AN; }; |
| 109 | float GST::getTestedPositive() { return TP + FP; }; |
| 110 | float GST::getTestedNegative() { return TN + FN; }; |