Interface LearningCurveExtrapolationMethod

    • Method Detail

      • extrapolateLearningCurveFromAnchorPoints

        LearningCurve extrapolateLearningCurveFromAnchorPoints​(int[] xValues,
                                                               double[] yValues,
                                                               int dataSetSize)
                                                        throws InvalidAnchorPointsException,
                                                               java.lang.InterruptedException,
                                                               java.util.concurrent.ExecutionException
        Throws:
        InvalidAnchorPointsException
        java.lang.InterruptedException
        java.util.concurrent.ExecutionException