Package ai.libs.jaicore.ml.learningcurve.extrapolation
-
Interface Summary Interface Description LearningCurveExtrapolationMethod Functional interface for extrapolating a learning curve from anchorpoints. -
Class Summary 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 pybnnLearningCurveExtrapolatedEvent LearningCurveExtrapolator<I extends ILabeledAttributeArrayInstance<?>,D extends IOrderedLabeledAttributeArrayDataset<I,?>> Abstract class for implementing a learning curve extrapolation method with some anchor points. -
Exception Summary Exception Description InvalidAnchorPointsException Exception that is thrown, when the anchorpoints generated for learning curve extrapolation are not suitable.