Uses of Class
org.nd4j.evaluation.curves.RocCurve
-
Packages that use RocCurve Package Description org.nd4j.evaluation.classification org.nd4j.evaluation.curves -
-
Uses of RocCurve in org.nd4j.evaluation.classification
Methods in org.nd4j.evaluation.classification that return RocCurve Modifier and Type Method Description RocCurveROC. getRocCurve()Get the ROC curve, as a set of (threshold, falsePositive, truePositive) pointsRocCurveROCBinary. getRocCurve(int outputNum)Get the ROC curve for the specified outputRocCurveROCMultiClass. getRocCurve(int classIdx)Get the (one vs. -
Uses of RocCurve in org.nd4j.evaluation.curves
Methods in org.nd4j.evaluation.curves that return RocCurve Modifier and Type Method Description static RocCurveRocCurve. fromJson(String json)static RocCurveRocCurve. fromYaml(String yaml)
-