Class InversePowerLawConfiguration
- java.lang.Object
-
- ai.libs.jaicore.ml.functionprediction.learner.learningcurveextrapolation.ipl.InversePowerLawConfiguration
-
public class InversePowerLawConfiguration extends java.lang.ObjectThis class encapsulates the three parameters that are required in order to create a Inverse Power Law function.
-
-
Constructor Summary
Constructors Constructor Description InversePowerLawConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetA()doublegetB()doublegetC()voidsetA(double a)voidsetB(double b)voidsetC(double c)java.lang.StringtoString()
-