Interface ILearningCurve

  • All Known Subinterfaces:
    IAnalyticalLearningCurve

    public interface ILearningCurve
    Interface for the result of an learning curve extrapolation. Has to save the data necessary for representing the curve and give information about the values.
    • Method Detail

      • getCurveValue

        double getCurveValue​(double x)
        Calculates or looks-up the curves value at a given point.
        Parameters:
        x - The x value of the point.
        Returns:
        The y value of the curve at the given x value.