Uses of Class
org.nd4j.evaluation.curves.PrecisionRecallCurve
-
Packages that use PrecisionRecallCurve Package Description org.nd4j.evaluation.classification org.nd4j.evaluation.curves -
-
Uses of PrecisionRecallCurve in org.nd4j.evaluation.classification
Methods in org.nd4j.evaluation.classification that return PrecisionRecallCurve Modifier and Type Method Description PrecisionRecallCurveROC. getPrecisionRecallCurve()Get the precision recall curve as array.PrecisionRecallCurveROCBinary. getPrecisionRecallCurve(int outputNum)Get the Precision-Recall curve for the specified outputPrecisionRecallCurveROCMultiClass. getPrecisionRecallCurve(int classIdx)Get the (one vs. -
Uses of PrecisionRecallCurve in org.nd4j.evaluation.curves
Methods in org.nd4j.evaluation.curves that return PrecisionRecallCurve Modifier and Type Method Description static PrecisionRecallCurvePrecisionRecallCurve. fromJson(String json)static PrecisionRecallCurvePrecisionRecallCurve. fromYaml(String yaml)
-