JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ai.libs.jaicore.ml.interfaces
Interface LearningCurve
All Known Subinterfaces:
AnalyticalLearningCurve
All Known Implementing Classes:
InversePowerLawLearningCurve
,
LinearCombinationLearningCurve
,
PointWiseLearningCurve
public interface
LearningCurve
Interface 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 and Description
double
getCurveValue
(double x)
Calculates or looks-up the curves value at a given point.
Method Detail
getCurveValue
double getCurveValue(double x)
Calculates or looks-up the curves value at a given point.
Parameters:
x
- The x value of the point.
Returns:
The y value of the curve at the given x value.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method