public static class PrecisionRecallCurve.Confusion extends PrecisionRecallCurve.Confusion
| Constructor and Description | 
|---|
| Confusion(PrecisionRecallCurve.Point point,
         int tpCount,
         int fpCount,
         int fnCount,
         int tnCount) | 
canEqual, equals, getFnCount, getFpCount, getPoint, getTnCount, getTpCount, hashCode, toStringpublic Confusion(PrecisionRecallCurve.Point point, int tpCount, int fpCount, int fnCount, int tnCount)
Copyright © 2020. All rights reserved.