Uses of Interface
org.encog.mathutil.matrices.hessian.ComputeHessian

Packages that use ComputeHessian
org.encog.mathutil.matrices.hessian   
org.encog.neural.networks.training.lma   
 

Uses of ComputeHessian in org.encog.mathutil.matrices.hessian
 

Classes in org.encog.mathutil.matrices.hessian that implement ComputeHessian
 class BasicHessian
          Some basic code used to calculate Hessian matrixes.
 class HessianCR
          Calculate the Hessian matrix using the chain rule method.
 class HessianFD
          Calculate the Hessian matrix using the finite difference method.
 

Uses of ComputeHessian in org.encog.neural.networks.training.lma
 

Methods in org.encog.neural.networks.training.lma that return ComputeHessian
 ComputeHessian LevenbergMarquardtTraining.getHessian()
           
 

Constructors in org.encog.neural.networks.training.lma with parameters of type ComputeHessian
LevenbergMarquardtTraining(BasicNetwork network, MLDataSet training, ComputeHessian h)
          Construct the LMA object.
 



Copyright © 2014. All Rights Reserved.