ai.libs.jaicore.ml.learningcurve.extrapolation.ipl

Class InversePowerLawConfiguration

  • java.lang.Object
    • ai.libs.jaicore.ml.learningcurve.extrapolation.ipl.InversePowerLawConfiguration


  • public class InversePowerLawConfigurationextends java.lang.Object
    This class encapsulates the three parameters that are required in order to create a Inverse Power Law function.
    • Constructor Detail

      • InversePowerLawConfiguration

        public InversePowerLawConfiguration()
    • Method Detail

      • getA

        public double getA()
      • setA

        public void setA(double a)
      • getB

        public double getB()
      • setB

        public void setB(double b)
      • getC

        public double getC()
      • setC

        public void setC(double c)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object


NOTHING
NOTHING
Add the Maven Dependecy to your project: maven dependecy for com.amazonaws : aws-java-sdk : 1.3.14