Can Precision and Recall be used to Generate TPR or FPR? In other words, is there any formula that relates the following Evaluation metrics?
- True Positive Rate (TPR) with either Precision or Recall (e.g. TPR = 1-[Precision/Recall])
- False Positive Rate (FPR) with Precision or Recall {e.g. FPR = [Recall/Precision] * 2 * Recall}