Uses of Class
org.gersteinlab.regulation.numeric.DifferentiableMultivariateFunction

Packages that use DifferentiableMultivariateFunction
org.gersteinlab.regulation.model   
org.gersteinlab.regulation.numeric   
 

Uses of DifferentiableMultivariateFunction in org.gersteinlab.regulation.model
 

Subclasses of DifferentiableMultivariateFunction in org.gersteinlab.regulation.model
 class PolynomialSqrDiff
           A function that equals the total squared difference between a polynomial and some target values at a set of points, treating the coefficients of the polynomial as the variables.
 class RateModelSqrDiff
           A function that equals the total squared difference between the predicted value of a differential equation rate model and some target values at a set of time points, treating the parameters of the model as the variables.
 

Uses of DifferentiableMultivariateFunction in org.gersteinlab.regulation.numeric
 

Subclasses of DifferentiableMultivariateFunction in org.gersteinlab.regulation.numeric
 class DoublyDifferentiableMultivariateFunction
           A class that represents a doubly differentiable multivariate real function.
 

Constructors in org.gersteinlab.regulation.numeric with parameters of type DifferentiableMultivariateFunction
GradientDescent(DifferentiableMultivariateFunction funcIn)
          Construct an instance for a function.