Class PrecisionRecallCurve

    • Constructor Detail

      • PrecisionRecallCurve

        @Deprecated
        public PrecisionRecallCurve​(double[] threshold,
                                    double[] precision,
                                    double[] recall,
                                    int[] tpCount,
                                    int[] fpCount,
                                    int[] fnCount,
                                    int totalCount)
        Deprecated.