Package ai.libs.jaicore.ml.interfaces
Interface LearningCurve
-
- All Known Subinterfaces:
AnalyticalLearningCurve
- All Known Implementing Classes:
InversePowerLawLearningCurve,LinearCombinationLearningCurve,PointWiseLearningCurve
public interface LearningCurveInterface 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.
-