public interface AnalyticalLearningCurve extends LearningCurve
| Modifier and Type | Method and Description |
|---|---|
double |
getConvergenceValue()
Calculates or looks-up the value the learning curve converges to.
|
double |
getDerivativeCurveValue(double x)
Calculates or looks-up the value of the derivative of the learning point at a
given point.
|
double |
getSaturationPoint(double epsilon)
Calculated or search a saturation point with a tolerance of epsilon.
|
getCurveValuedouble getDerivativeCurveValue(double x)
x - The x value of the point.double getConvergenceValue()
double getSaturationPoint(double epsilon)
epsilon - Epsilon value(must be > 0) that is a tolerance the saturation
point can deviate.