Interface LearningCurveExtrapolationMethod
-
- All Known Implementing Classes:
InversePowerLawExtrapolationMethod,LCNetExtrapolationMethod,LinearCombinationExtrapolationMethod
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface LearningCurveExtrapolationMethodFunctional interface for extrapolating a learning curve from anchorpoints.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LearningCurveextrapolateLearningCurveFromAnchorPoints(int[] xValues, double[] yValues, int dataSetSize)
-
-
-
Method Detail
-
extrapolateLearningCurveFromAnchorPoints
LearningCurve extrapolateLearningCurveFromAnchorPoints(int[] xValues, double[] yValues, int dataSetSize) throws InvalidAnchorPointsException, java.lang.InterruptedException, java.util.concurrent.ExecutionException
- Throws:
InvalidAnchorPointsExceptionjava.lang.InterruptedExceptionjava.util.concurrent.ExecutionException
-
-