Package org.esa.snap.core.nn
Class NNCalc
java.lang.Object
org.esa.snap.core.nn.NNCalc
This class serves for defining a structure containing the output of a NN together
with the corresponding Jacobi matrix. An instance of this class is returned by the
NNffbpAlphaTabFast.calcJacobi(double[])
method.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble[][]
double[]
void
setJacobiMatrix
(double[][] jacobiMatrix) void
setNnOutput
(double[] nnOutput)
-
Constructor Details
-
NNCalc
public NNCalc()
-
-
Method Details
-
getNnOutput
public double[] getNnOutput() -
setNnOutput
public void setNnOutput(double[] nnOutput) -
getJacobiMatrix
public double[][] getJacobiMatrix() -
setJacobiMatrix
public void setJacobiMatrix(double[][] jacobiMatrix)
-