Package org.deeplearning4j.eval.curves
Class PrecisionRecallCurve.Confusion
- java.lang.Object
-
- org.nd4j.evaluation.curves.PrecisionRecallCurve.Confusion
-
- org.deeplearning4j.eval.curves.PrecisionRecallCurve.Confusion
-
- Enclosing class:
- PrecisionRecallCurve
public static class PrecisionRecallCurve.Confusion extends PrecisionRecallCurve.Confusion
-
-
Constructor Summary
Constructors Constructor Description Confusion(PrecisionRecallCurve.Point point, int tpCount, int fpCount, int fnCount, int tnCount)
-
Method Summary
-
Methods inherited from class org.nd4j.evaluation.curves.PrecisionRecallCurve.Confusion
canEqual, equals, getFnCount, getFpCount, getPoint, getTnCount, getTpCount, hashCode, toString
-
-
-
-
Constructor Detail
-
Confusion
public Confusion(PrecisionRecallCurve.Point point, int tpCount, int fpCount, int fnCount, int tnCount)
-
-