io.github.mandar2812.dynaml.evaluation
Calculate the area under the Precision-Recall curve.
Calculate the area under the Receiver Operating Characteristic curve.
Calculate the F1 metric by threshold, for an arbitrary beta value
Calculate the F1 metric by threshold, for a beta value of 1.0
Generate the PR, ROC and F1 measure plots using Scala-Chart.
Generate the PR, ROC and F1 measure plots using Scala-Chart.
Return the Precision-Recall curve, as a List of Tuple2 (Recall, Precision).
Return the Precision-Threshold curve, as a List of Tuple2 (Threshold, Precision).
Return the Recall-Threshold curve, as a List of Tuple2 (Threshold, Recall).
Return the Receiver Operating Characteristic curve, as a List of Tuple2 (False Positive Rate, True Positive Rate).
Return the True Positive and False Positive Rate with respect to the threshold, as a List of Tuple2 (Threshold, (True Positive rate, False Positive Rate)).
Class implementing the calculation of different binary classification performance metrics