hep.aida.ref.pdf
Class PdfFitter
- java.lang.Object
-
- hep.aida.ref.pdf.PdfFitter
-
public class PdfFitter extends java.lang.ObjectAnother implementation of IFitter.
-
-
Constructor Summary
Constructors Constructor and Description PdfFitter(java.lang.String fitMethodType, java.lang.String engineType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringengineName()voidfit(IFitData[] data, Function[] functions)voidfit(IFitData data, Function function)voidfit(java.lang.Object[] objs, Function[] functions)voidfit(java.lang.Object obj, Function function)java.lang.StringfitMethodName()static IFitMethodgetFitMethod(java.lang.String fitMethodType)voidsetEngine(java.lang.String engineType)voidsetFitMethod(java.lang.String fitMethodType)voidsetUseFunctionGradient(boolean useGradient)booleanuseFunctionGradient()
-
-
-
Constructor Detail
-
PdfFitter
public PdfFitter(java.lang.String fitMethodType, java.lang.String engineType) throws java.lang.IllegalArgumentException- Throws:
java.lang.IllegalArgumentException
-
-
Method Detail
-
setEngine
public void setEngine(java.lang.String engineType) throws java.lang.IllegalArgumentException- Throws:
java.lang.IllegalArgumentException
-
engineName
public java.lang.String engineName()
-
getFitMethod
public static IFitMethod getFitMethod(java.lang.String fitMethodType) throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
-
setFitMethod
public void setFitMethod(java.lang.String fitMethodType) throws java.lang.IllegalArgumentException- Throws:
java.lang.IllegalArgumentException
-
fitMethodName
public java.lang.String fitMethodName()
-
fit
public void fit(java.lang.Object[] objs, Function[] functions)
-
fit
public void fit(java.lang.Object obj, Function function)
-
useFunctionGradient
public boolean useFunctionGradient()
-
setUseFunctionGradient
public void setUseFunctionGradient(boolean useGradient)
-
-
DMelt 3.0 © DataMelt by jWork.ORG