Interface LearningCurve

    • 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.