| Interface | Description |
|---|---|
| LearningCurveExtrapolationMethod |
Functional interface for extrapolating a learning curve from anchorpoints.
|
| Class | Description |
|---|---|
| ConfigurationLearningCurveExtrapolator |
This class is a subclass of LearningCurveExtrapolator which deals
with the slightly different setup that is required by the LCNet
of pybnn
|
| LearningCurveExtrapolatedEvent | |
| LearningCurveExtrapolator<I extends IInstance> |
Abstract class for implementing a learning curve extrapolation method with
some anchor points.
|
| Exception | Description |
|---|---|
| InvalidAnchorPointsException |
Exception that is thrown, when the anchorpoints generated for learning curve
extrapolation are not suitable.
|