@FunctionalInterface
public interface LearningCurveExtrapolationMethod
| Modifier and Type | Method and Description |
|---|---|
LearningCurve |
extrapolateLearningCurveFromAnchorPoints(int[] xValues,
double[] yValues,
int dataSetSize) |
LearningCurve extrapolateLearningCurveFromAnchorPoints(int[] xValues, double[] yValues, int dataSetSize) throws InvalidAnchorPointsException, java.lang.InterruptedException, java.util.concurrent.ExecutionException
InvalidAnchorPointsExceptionjava.lang.InterruptedExceptionjava.util.concurrent.ExecutionException