Package org.esa.snap.core.nn
Class NNCalc
- java.lang.Object
-
- org.esa.snap.core.nn.NNCalc
-
public class NNCalc extends Object
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 theNNffbpAlphaTabFast.calcJacobi(double[])
method.
-
-
Constructor Summary
Constructors Constructor Description NNCalc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[][]
getJacobiMatrix()
double[]
getNnOutput()
void
setJacobiMatrix(double[][] jacobiMatrix)
void
setNnOutput(double[] nnOutput)
-