| Class | Description |
|---|---|
| LinearCombinationConstants |
This class contains required constant names for the linear combination
learning curve.
|
| LinearCombinationExtrapolationMethod |
This class describes a method for learning curve extrapolation which
generates a linear combination of suitable functions.
|
| LinearCombinationFunction |
This is a basic class that describes a function which is a weighted
combination of individual functions.
|
| LinearCombinationLearningCurve |
The LinearCombinationLearningCurve consists of the actual linear combination
function that describes the learning curve, as well as the derivative of this
function.
|
| LinearCombinationLearningCurveConfiguration |
A configuration for a linear combination learning curve consists of
parameterizations for at least one linear combination function.
|
| LinearCombinationParameterSet |
This class encapsulates all parameters that are required in order to create a
weighted linear combination of parameterized functions.
|
| ParametricFunction |
This is a basic class that describes a function that can be parameterized
with a set of parameters.
|