| Interface | Description |
|---|---|
| LearningCurveExtrapolationMethod |
Functional interface for extrapolating a learning curve from anchorpoints.
|
| Class | Description |
|---|---|
| ConfigurationLearningCurveExtrapolator<I extends ILabeledAttributeArrayInstance<?>,D extends IOrderedLabeledAttributeArrayDataset<I,?>> |
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 ILabeledAttributeArrayInstance<?>,D extends IOrderedLabeledAttributeArrayDataset<I,?>> |
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.
|