Uses of Class
org.nd4j.evaluation.curves.PrecisionRecallCurve.Confusion
-
Packages that use PrecisionRecallCurve.Confusion Package Description org.nd4j.evaluation.curves -
-
Uses of PrecisionRecallCurve.Confusion in org.nd4j.evaluation.curves
Methods in org.nd4j.evaluation.curves that return PrecisionRecallCurve.Confusion Modifier and Type Method Description PrecisionRecallCurve.ConfusionPrecisionRecallCurve. getConfusionMatrixAtPoint(int point)Get the binary confusion matrix for the given position.PrecisionRecallCurve.ConfusionPrecisionRecallCurve. getConfusionMatrixAtThreshold(double threshold)Get the binary confusion matrix for the given threshold.
-