Class InversePowerLawExtrapolationMethod

  • All Implemented Interfaces:
    LearningCurveExtrapolationMethod

    public class InversePowerLawExtrapolationMethod
    extends java.lang.Object
    implements LearningCurveExtrapolationMethod
    This class describes a method for learning curve extrapolation which generates an Inverse Power Law function. The parameter of this function are predicted in an external component that is called via HTTP.
    • Constructor Detail

      • InversePowerLawExtrapolationMethod

        public InversePowerLawExtrapolationMethod()
      • InversePowerLawExtrapolationMethod

        public InversePowerLawExtrapolationMethod​(java.lang.String serviceHost,
                                                  java.lang.String port)