hep.aida.ref.function
Class ExponentModelFunction

java.lang.Object
  extended by hep.aida.ref.function.AbstractDevModelFunction
      extended by hep.aida.ref.function.ExponentModelFunction
All Implemented Interfaces:
hep.aida.dev.IDevFunction, hep.aida.dev.IDevModelFunction, IFunction, IModelFunction

public class ExponentModelFunction
extends AbstractDevModelFunction


Constructor Summary
ExponentModelFunction(String str)
           
 
Method Summary
 int dimension()
          Dimensionality of the domain space.
 double functionValue(double[] var)
           
 int numberOfParameters()
          Number of parameters.
 
Methods inherited from class hep.aida.ref.function.AbstractDevModelFunction
annotation, codeletString, excludeNormalizationAll, excludeNormalizationAll, excludeNormalizationRange, gradient, includeNormalizationAll, includeNormalizationAll, includeNormalizationRange, indexOfParameter, isEqual, isNormalized, normalizationAmplitude, normalizationAmplitude, normalizationParameter, normalizationRange, normalize, parameter, parameterGradient, parameterNames, parameters, providesGradient, providesNormalization, providesParameterGradient, setAnnotation, setCodeletString, setDimension, setNormalization, setNormalizationRange, setNumberOfParameters, setParameter, setParameterNames, setParameters, setProvidesGradient, setProvidesParameterGradient, setTitle, setVariableNames, title, value, variableName, variableNames
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExponentModelFunction

public ExponentModelFunction(String str)
Method Detail

dimension

public int dimension()
Description copied from interface: IFunction
Dimensionality of the domain space.

Specified by:
dimension in interface IFunction
Specified by:
dimension in class AbstractDevModelFunction

numberOfParameters

public int numberOfParameters()
Description copied from interface: IFunction
Number of parameters.

Specified by:
numberOfParameters in interface IFunction
Specified by:
numberOfParameters in class AbstractDevModelFunction

functionValue

public double functionValue(double[] var)
Specified by:
functionValue in class AbstractDevModelFunction


jHepWork 3.2 © jWork.org