org.encog.mathutil.matrices.hessian
public interface ComputeHessian
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear the Hessian and gradients.
|
void |
compute()
Compute the Hessian.
|
double[] |
getGradients()
The gradeints.
|
double[][] |
getHessian() |
Matrix |
getHessianMatrix() |
double |
getSSE() |
void |
init(BasicNetwork theNetwork,
MLDataSet theTraining)
Init the class.
|
void init(BasicNetwork theNetwork, MLDataSet theTraining)
theNetwork
- The neural network to train.theTraining
- The training set to train with.void compute()
double[] getGradients()
double getSSE()
void clear()
Matrix getHessianMatrix()
double[][] getHessian()
Copyright © 2014. All Rights Reserved.