public class PointWiseLearningCurve extends java.lang.Object implements LearningCurve
| Constructor and Description |
|---|
PointWiseLearningCurve(int dataSetSize,
double[] configurations,
java.lang.String identifier) |
| Modifier and Type | Method and Description |
|---|---|
double |
getCurveValue(double x)
Calculates or looks-up the curves value at a given point.
|
public PointWiseLearningCurve(int dataSetSize,
double[] configurations,
java.lang.String identifier)
public double getCurveValue(double x)
LearningCurvegetCurveValue in interface LearningCurvex - The x value of the point.