Interface ILearningCurve
-
- All Known Subinterfaces:
IAnalyticalLearningCurve
public interface ILearningCurveInterface 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetCurveValue(double x)Calculates or looks-up the curves value at a given point.
-